feat: printing utils
This commit is contained in:
+1
-7
@@ -21,16 +21,10 @@ def add_cli_args():
|
||||
commit = sp.add_parser(
|
||||
"commit", help="apply pending changes and commit to git repo"
|
||||
)
|
||||
commit.add_argument("-f", "--force", help="force apply", action="store_true")
|
||||
commit.add_argument("-f", "--force", help="force apply (skips prompts)", action="store_true")
|
||||
commit.add_argument(
|
||||
"--no-render", "-r", help="do not re-render renderables", action="store_true"
|
||||
)
|
||||
commit.add_argument(
|
||||
"--dry-run",
|
||||
"-d",
|
||||
help="print out files that would be changed",
|
||||
action="store_true",
|
||||
)
|
||||
|
||||
sp.add_parser("config", help="prints information about your config")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user