feat: Add setup function

This commit is contained in:
2026-04-15 15:59:36 +02:00
parent ead9e3a3f7
commit f5386d0e98
3 changed files with 20 additions and 5 deletions
+2
View File
@@ -34,6 +34,8 @@ def add_cli_args():
sp.add_parser("config", help="prints information about your config")
sp.add_parser("setup", help="Do initial setup, like installing required tools")
init = sp.add_parser("init", help="initialize a new archmgr repository")
init.add_argument(
"--force",