Skip to content

bug: "gh aw list": should also output number of workflows, similar to "gh aw status" #11306

@bmerkle

Description

@bmerkle

"gh aw list": should also output number of workflows, similar to "gh aw status"

currently, for this new command option, the output of number of workflows is missing.
Please implement this consistent with "gh aw status"

example:

gh aw status
✓ Fetched 1 public and 3 internal workflows
╭───────────────────┬─────────┬──────────┬────────┬────────────────┬────────┬────────────┬────────────────╮
│ Workflow          │ Engine  │ Compiled │ Status │ Time Remaining │ Labels │ Run Status │ Run Conclusion │
├───────────────────┼─────────┼──────────┼────────┼────────────────┼────────┼────────────┼────────────────┤
│ daily-team-status │ copilot │ Yes      │ active │ 30d 16h        │ -      │ -          │ -              │
╰───────────────────┴─────────┴──────────┴────────┴────────────────┴────────┴────────────┴────────────────╯
 gh aw list
╭───────────────────┬─────────┬──────────┬────────╮
│ Workflow          │ Engine  │ Compiled │ Labels │
├───────────────────┼─────────┼──────────┼────────┤
│ daily-team-status │ copilot │ Yes      │ -      │
╰───────────────────┴─────────┴──────────┴────────╯

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions