mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 07:05:59 +08:00
config: use "AMODEM_" prefix for settings' update
allow easy dumping of configuration
This commit is contained in:
@@ -108,6 +108,9 @@ def main():
|
||||
output_type=FileType('wb')
|
||||
)
|
||||
|
||||
# Configuration
|
||||
subparsers.add_parser('config').set_defaults(main=config.dump)
|
||||
|
||||
argcomplete.autocomplete(p)
|
||||
args = p.parse_args()
|
||||
if args.verbose == 0:
|
||||
|
||||
Reference in New Issue
Block a user