chore: some improvements towards packaging

This commit is contained in:
2026-04-16 16:02:29 +02:00
parent c264a5bea2
commit 043b2618a3
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -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")