Autogenerated USAGE.md updated and added.

This commit is contained in:
Jules 2022-07-18 10:14:44 +02:00
parent 26130faab0
commit 2a5b971150
1 changed files with 23 additions and 3 deletions

View File

@ -1,7 +1,27 @@
# Clickusagemd v0.3.0 - Command Usage Overview
# Default Command Line
# Clickusagemd v0.4.1 - Command Usage Overview
## run
```
Usage: clickusagemd [OPTIONS] POETRY_PROJECT_FILE
Usage: clickusagemd run [OPTIONS] [POETRY_PROJECT_FILE]
Generate markdown usage description.
Options:
--help Show this message and exit.
```
## install
```
Usage: clickusagemd install [OPTIONS]
Install clickusagemd as pre-push hook.
Options:
--help Show this message and exit.
```
## uninstall
```
Usage: clickusagemd uninstall [OPTIONS]
Uninstall clickusagemd pre-push hook.
Options:
--help Show this message and exit.