T-BF36-dashboard-start-help-lists-flags
Status: planning/draft · Impact: medium · Complexity: small
The dashboard start verb’s help text omits flags the parser actually
accepts, so users can only discover them by reading the parser source.
This task closes that gap by making the generated/declared help for
dashboard start enumerate every flag parseStartArgs parses. Spawned
from T-CW4K-scaffold-dashboard-vite-vue on https://github.com/sksizer/dev.
sdlc dashboard start --helpomits the--port,--host,--interval, and--no-networkflags thatparseStartArgsin plugin/lib/services/dashboard/ actually accepts, so a user can only discover--port(needed to pin the dev backend port for a Vite proxy) by reading the parser source. The generated/declared help text for thedashboard startverb should enumerate every flagparseStartArgsparses, with one-line descriptions and defaults, so the help stays in sync with the parser.
TBD — receiver to fill before promoting from planning/draft.
Proposed
Section titled “Proposed”TBD — receiver to fill before promoting from planning/draft.
Approach
Section titled “Approach”TBD — receiver to fill before promoting from planning/draft.
Files to touch
Section titled “Files to touch”TBD — receiver to fill before promoting from planning/draft.
Acceptance criteria
Section titled “Acceptance criteria”TBD — receiver to fill before promoting from planning/draft.
Out of scope
Section titled “Out of scope”TBD — receiver to fill before promoting from planning/draft.
Dependencies
Section titled “Dependencies”TBD — receiver to fill before promoting from planning/draft.
Discovery context
Section titled “Discovery context”Spawned by /sdlc:spawn-task-pr on 2026-06-19 UTC from T-CW4K-scaffold-dashboard-vite-vue in https://github.com/sksizer/dev.