24 lines
397 B
Markdown
24 lines
397 B
Markdown
# Weatherreporter CLI
|
|
|
|
`weatherreporter` currently exposes only the root help command while the
|
|
application skeleton is being established.
|
|
|
|
## Shortest Useful Command
|
|
|
|
```sh
|
|
weatherreporter --help
|
|
```
|
|
|
|
## Command Overview
|
|
|
|
```text
|
|
weatherreporter --help
|
|
```
|
|
|
|
Shows the available command-line help without loading configuration or calling
|
|
external services.
|
|
|
|
## Flags
|
|
|
|
- `-h`, `--help`: show help.
|