diff --git a/pkg/cmd/root/root.go b/pkg/cmd/root/root.go index 2a6bfa1..3f44b20 100644 --- a/pkg/cmd/root/root.go +++ b/pkg/cmd/root/root.go @@ -22,9 +22,10 @@ import ( func NewCmdRoot(f *factory.Factory) (*cobra.Command, error) { cmd := &cobra.Command{ - Use: "bk [flags]", - Short: "Buildkite CLI", - Long: "Work with Buildkite from the command line.", + Use: "bk [flags]", + Short: "Buildkite CLI", + Long: "Work with Buildkite from the command line.", + SilenceUsage: true, Example: heredoc.Doc(` $ bk build view `),