Establish initial Go application skeleton

This commit is contained in:
2026-05-29 16:52:02 +00:00
parent 05b56d6ea6
commit e5cd23de48
9 changed files with 163 additions and 2 deletions

23
docs/cli.md Normal file
View File

@@ -0,0 +1,23 @@
# 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.