fix CLI arg clash
This commit is contained in:
parent
c0d94b2de7
commit
b565d99882
@ -47,8 +47,8 @@ def add_config_subparser(subparsers):
|
||||
cm = ConfigManager(args.config_dir)
|
||||
cm.configure_apps(
|
||||
apps=args.apps,
|
||||
scheme=args.scheme,
|
||||
style=args.palette,
|
||||
scheme=args.mode,
|
||||
style=args.style,
|
||||
)
|
||||
|
||||
parser = subparsers.add_parser(
|
||||
|
Loading…
Reference in New Issue
Block a user