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