copyxnat.ui.command_line module

Command line processing

copyxnat.ui.command_line.run_command_line(args)[source]

Run the copyxnat with the specified command-line arguments

Returns

status code 0=success, 1=failure

copyxnat.ui.command_line.run_entry_point()[source]

Entry point for copyxnat application where parameters are parsed from the command-line

Returns

status code 0=success, 1=failure