feat: Add setup function
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user