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

@@ -1,7 +1,8 @@
def commit(
dry_run: bool = False,
force: bool = False,
no_apply: bool = False,
no_commit: bool = False,
):
from commands.util.choice import confirm_overwrite
def commit(dry_run: bool = False, force: bool = False):
if dry_run:
pass
print("Commit, force:", force)
print(confirm_overwrite())