parent
539b150833
commit
bec49152cf
2 changed files with 3 additions and 10 deletions
|
|
@ -126,8 +126,6 @@ func listRun(opts *ListOptions) error {
|
|||
|
||||
cs := opts.IO.ColorScheme()
|
||||
|
||||
out := opts.IO.Out
|
||||
|
||||
if !opts.PlainOutput {
|
||||
tp.AddField("STATUS", nil, nil)
|
||||
tp.AddField("NAME", nil, nil)
|
||||
|
|
@ -170,10 +168,5 @@ func listRun(opts *ListOptions) error {
|
|||
return err
|
||||
}
|
||||
|
||||
if !opts.PlainOutput {
|
||||
fmt.Fprintln(out)
|
||||
fmt.Fprintln(out, "For details on a run, try: gh run view <run-id>")
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue