CLI mostly set up

This commit is contained in:
2026-02-02 17:33:54 +01:00
parent f07d2dacfb
commit 6ebae74f93
13 changed files with 126 additions and 22 deletions

2
commands/push.py Normal file
View File

@@ -0,0 +1,2 @@
def push(force: bool = False):
print("push")