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 70830fe commit ce2ee30Copy full SHA for ce2ee30
cmdcomp/app.py
@@ -34,7 +34,7 @@ def run(
34
required=True,
35
metavar="FILE",
36
type=FileType("rb"),
37
- help="config file (`json`, `yaml`, `toml` support).",
+ help="config file (`*.json`, `*.yaml`, `*.toml` support).",
38
)
39
40
parser.add_argument(
0 commit comments