Notes, improve args, some UX
This commit is contained in:
@@ -27,7 +27,7 @@ print(
|
||||
)
|
||||
|
||||
if args.cmd == "commit":
|
||||
commit.commit(args.dry_run, args.force, args.no_apply, args.no_commit)
|
||||
commit.commit(args.dry_run, args.force, args.no_commit)
|
||||
elif args.cmd == "config":
|
||||
config.config()
|
||||
elif args.cmd == "init":
|
||||
|
||||
Reference in New Issue
Block a user