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.
2 parents 0d8aed4 + c071a85 commit 8e6b54bCopy full SHA for 8e6b54b
cmdcomp/app.py
@@ -62,7 +62,7 @@ def run(cls, args: list[str] | None = None) -> None:
62
"--output-file",
63
"-o",
64
type=FileType("w"),
65
- help="output file. default is [lit]stdout[/].",
+ help="output file path. default is [lit]stdout[/].",
66
)
67
68
logging.basicConfig(
docs/data/help.txt
@@ -13,4 +13,4 @@ Options:
13
--shell-type {bash,zsh}
14
target shell type.
15
--output-file, -o OUTPUT_FILE
16
- output file. default is stdout.
+ output file path. default is stdout.
0 commit comments