client/pkg/kn/commands
Kenjiro Nakayama e8ec699d2c Add SilenceUsage option to cobra command (#43)
* Add SilenceUsage option to cobra command

This patch adds `cmd.SilenceUsage` to command to stop usage output
after command validation.

Fixes https://github.com/knative/client/issues/38

* Set cmd.SilenceUsage to global cmd
2019-03-29 12:07:53 -07:00
..
completion.go Support generating bash completion (#31) 2019-03-18 22:31:05 -07:00
revision.go Fixes typo in the kn help command (#24) 2019-02-25 14:49:19 -08:00
revision_describe.go add revision describe (#15) (#16) 2019-02-01 15:23:13 -08:00
revision_describe_test.go add revision describe (#15) (#16) 2019-02-01 15:23:13 -08:00
revision_list.go add revision describe (#15) (#16) 2019-02-01 15:23:13 -08:00
root.go Add SilenceUsage option to cobra command (#43) 2019-03-29 12:07:53 -07:00
service.go Fixes typo in the kn help command (#24) 2019-02-25 14:49:19 -08:00
service_describe.go Add SilenceUsage option to cobra command (#43) 2019-03-29 12:07:53 -07:00
service_describe_test.go Add service describe (#18) 2019-02-08 14:43:44 -08:00
service_list.go add revision describe (#15) (#16) 2019-02-01 15:23:13 -08:00
service_list_test.go Refactor to allow testing; write first tests. (#10) 2019-01-29 12:40:22 -08:00