vcs2l.commands.export module

class vcs2l.commands.export.ExportCommand(args)

Bases: Command

command = 'export'
help = 'Export the list of repositories'
vcs2l.commands.export.get_parser()
vcs2l.commands.export.get_relative_path_of_result(result)
vcs2l.commands.export.main(args=None, stdout=None, stderr=None)
vcs2l.commands.export.output_error_information(result, hide_empty=False)
vcs2l.commands.export.output_export_data(result, hide_empty=False)