Notes, improve args, some UX
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user