add comments

This commit is contained in:
John Burwell 2023-04-29 22:23:21 -05:00
parent 0982fe9df0
commit 01bf256dcb

View File

@ -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],
]