chore(docs): improve CLI docs (#27)

* chore(docs): cleanup code & docs

* chore(docs): better document present command

* chore(docs): improve gh page
This commit is contained in:
Jérome Eertmans
2022-09-22 18:16:28 +02:00
committed by GitHub
parent cbee6320f5
commit ee92e0aa88
6 changed files with 25 additions and 7 deletions

View File

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