add comments
This commit is contained in:
parent
0982fe9df0
commit
01bf256dcb
@ -31,10 +31,10 @@ def parse_args():
|
|||||||
# Configure args:
|
# Configure args:
|
||||||
args_list = [
|
args_list = [
|
||||||
# [ short, long, action, default, dest, help, required ]
|
# [ short, long, action, default, dest, help, required ]
|
||||||
|
# Debug flag:
|
||||||
['-d', '--debug', 'store_true', None, 'debug',
|
['-d', '--debug', 'store_true', None, 'debug',
|
||||||
'Enable debugging output to stdout', False],
|
'Enable debugging output to stdout', False],
|
||||||
# ['-s', '--calling-station', 'store', 'N0CALL', 'calling_station',
|
# Config file path:
|
||||||
# 'Callsign of the calling station', True],
|
|
||||||
['-f', '--config-file', 'store', None, 'config_file',
|
['-f', '--config-file', 'store', None, 'config_file',
|
||||||
'Path to config.yaml file', False],
|
'Path to config.yaml file', False],
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user