docs: add dev templates + clarify conventions; fix pos help for multi-word commands

This commit is contained in:
Your Name
2026-08-05 03:03:56 -04:00
parent 070524bafb
commit 0c9d09c331
7 changed files with 238 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ tries pos-docker-compose-up (not found)
tries pos-docker-compose (found) → runs with args "up jellyfin"
```
`pos help <command>` runs `<that command> --help`. 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). Running `pos` with no args prints the built-in usage text (which doubles as the category cheat-sheet).
---