feat: add category help to pos dispatcher (pos <category> --help)

This commit is contained in:
Your Name
2026-08-05 04:09:19 -04:00
parent d591e71363
commit fe751bbc0c
5 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ tries pos-docker-compose-up (not found)
tries pos-docker-compose (found) → runs with args "up jellyfin"
```
`pos help <full command>` runs that tool's `--help` (e.g. `pos help communication telegram`, `pos help docker compose` — the words are joined with dashes). Running `pos` with no args prints the built-in usage text (which doubles as the category cheat-sheet).
`pos help <full command>` runs that tool's `--help` (e.g. `pos help communication telegram`, `pos help docker compose` — the words are joined with dashes). `pos <category>` and `pos <category> --help` list that category's subcommands (derived from `bin/pos-<category>-*` filenames, no script execution). Running `pos` with no args prints the built-in usage text (which doubles as the category cheat-sheet).
---