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:
parent
23c5de38bf
commit
45b669ac32
1 changed files with 1 additions and 1 deletions
|
|
@ -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')",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue