Notes, improve args, some UX

This commit is contained in:
2026-04-07 18:13:03 +02:00
parent 6ebae74f93
commit 6e497fdfd2
8 changed files with 80 additions and 17 deletions

View File

@@ -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":