feat: printing utils

This commit is contained in:
2026-04-15 16:51:55 +02:00
parent f5386d0e98
commit 5734c0d524
7 changed files with 78 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if __name__ == "__main__":
try:
if args.cmd == "commit":
commit.commit(args.dry_run, args.force, args.no_render)
commit.commit(args.force, args.no_render)
elif args.cmd == "config":
config.config()
elif args.cmd == "init":