chore: some improvements towards packaging
This commit is contained in:
Regular → Executable
+3
@@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# PYTHON_ARGCOMPLETE_OK
|
||||
|
||||
import cli.args as cliargs
|
||||
|
||||
import commands.commit as commit
|
||||
|
||||
+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