diff options
author | Steve Moyer <smoyer1@selesy.com> | 2023-01-19 20:29:33 -0500 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2023-01-19 20:29:33 -0500 |
commit | 14773b16ca4a16cbf84416894e254e41a01764b1 (patch) | |
tree | 65470141e2e273a4d33d737719eb97ea294fbe18 /commands/bug/bug_show.go | |
parent | cf382e0fad77e758898e7d51c4e322645fb6042c (diff) | |
download | git-bug-14773b16ca4a16cbf84416894e254e41a01764b1.tar.gz |
style: resolve PR comments
Diffstat (limited to 'commands/bug/bug_show.go')
-rw-r--r-- | commands/bug/bug_show.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/bug/bug_show.go b/commands/bug/bug_show.go index 38eda54a..ef20df2a 100644 --- a/commands/bug/bug_show.go +++ b/commands/bug/bug_show.go @@ -91,8 +91,6 @@ func runBugShow(env *execenv.Env, opts bugShowOptions, args []string) error { case "title": env.Out.Printf("%s\n", snap.Title) default: - env.Out.Println() - return fmt.Errorf("unsupported field: %s", opts.fields) } |