Skip to content

Commit 8eb2a96

Browse files
author
vilmibm
committed
TODOs
1 parent 5b3dfbf commit 8eb2a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/cmd/workflow/list/list.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ func listRun(opts *ListOptions) error {
8080
out := opts.IO.Out
8181

8282
for _, workflow := range workflows {
83+
// TODO format
84+
// TODO more data
85+
// TODO hide disabled
86+
// TODO support show-disabled
8387
fmt.Fprintf(out, "%s\n", workflow.Name)
8488
}
8589

0 commit comments

Comments
 (0)