We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d3ee4 commit 4713ff2Copy full SHA for 4713ff2
cmdcomp/app.py
@@ -43,6 +43,7 @@ def run(cls, args: list[str] | None = None) -> None:
43
44
parser.add_argument(
45
"--file",
46
+ "--config",
47
"-f",
48
required=True,
49
type=FileType("rb"),
docs/data/help.txt
@@ -8,7 +8,8 @@ Options:
8
--version show program's version number and exit
9
--verbose, --no-verbose
10
output verbose log.
11
- --file, -f FILE config file path. supported formats are ".json",
+ --file, --config, -f FILE
12
+ config file path. supported formats are ".json",
13
".yaml", ".toml" and ".jinja".
14
--shell-type {bash,zsh}
15
target shell type.
0 commit comments