chore(cli): change metavar for some options (#61)

This changes some metavars such that `--help` output is closer to the Sphinx documentation.
This commit is contained in:
Jérome Eertmans
2022-10-31 09:13:32 +01:00
committed by GitHub
parent cb6a5bb35f
commit 4d5f664348
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def config_path_option(function: Callable) -> Callable:
"-c",
"--config",
"config_path",
metavar="FILE",
default=CONFIG_PATH,
type=click.Path(dir_okay=False),
help="Set path to configuration file.",