radloggerpy.cli.v1.device.device_add_serial module

class radloggerpy.cli.v1.device.device_add_serial.DeviceAddSerial(app, app_args, cmd_name=None)[source]

Bases: Command, DeviceAddCommand

Command to add serial devices

_abc_impl = <_abc._abc_data object>
_arguments = None
property arguments

Dictionary property that must be implemented to contain arguments

get_parser(program_name)[source]

Return an argparse.ArgumentParser.

take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.