mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-28 13:51:44 +08:00
26 lines
487 B
Markdown
26 lines
487 B
Markdown
## wice docs man
|
|
|
|
Generate manpages
|
|
|
|
```
|
|
wice docs man [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for man
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
|
--output-dir string Output directory of generated documenation (default "./docs/usage")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [wice docs](wice_docs.md) - Generate documentation for the wice commands
|
|
|