Context
From code review of completion follow-up PR.
Problem
The long description at pipeline/list.go:38 says:
(PENDING, IN_PROGRESS, COMPLETED, FAILED, etc.)
The help text at line 62 says:
PENDING, IN_PROGRESS, COMPLETED, FAILED, STOPPED, EXPIRED
The completion values (now fixed) offer:
PENDING, IN_PROGRESS, COMPLETED, FAILED, STOPPED, EXPIRED, SUCCESSFUL
All three locations should reference the same canonical list for consistency.
Suggested Fix
Update the long description to include all valid values, or at minimum match the help text exactly.
Files
internal/cmd/pipeline/list.go