docs(sf): /sf escalate help mentions --all flag

Commit 0f0aee5bf added the --all flag to /sf escalate list (showing
resolved entries in addition to active ones), but the usage() text
never advertised it. Operators discovered the flag only by reading
source. Adding it to the help line.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mikael Hugo 2026-05-02 23:55:18 +02:00
parent 23c5de38bf
commit 45b669ac32

View file

@ -23,7 +23,7 @@ function usage(): string {
"Usage: /sf escalate <subcommand>",
"",
"Subcommands:",
" list List pending escalations",
" list [--all] List active escalations (--all also shows resolved)",
" show <sliceId>/<taskId> Show escalation details",
" resolve <sliceId>/<taskId> <option> [-- <rationale>]",
" Apply user choice (option id or 'accept')",