CLI mostly set up
This commit is contained in:
7
commands/commit.py
Normal file
7
commands/commit.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def commit(
|
||||
dry_run: bool = False,
|
||||
force: bool = False,
|
||||
no_apply: bool = False,
|
||||
no_commit: bool = False,
|
||||
):
|
||||
print("Commit, force:", force)
|
||||
Reference in New Issue
Block a user