Skip to content

Align pipeline list long description status values with help text #45

@rbansal42

Description

@rbansal42

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions