chore: some improvements towards packaging
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ def add_cli_args():
|
||||
"--no-render", "-r", help="do not re-render renderables", action="store_true"
|
||||
)
|
||||
|
||||
sp.add_parser("config", help="prints information about your config")
|
||||
# TODO: Allow changing things like config path
|
||||
sp.add_parser("config", help="prints information about your config and change some of them")
|
||||
|
||||
sp.add_parser("setup", help="Do initial setup, like installing required tools")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user