client/pkg/kn/commands
Kenjiro Nakayama c07254c46d Support generating bash completion (#31)
* Support generating bash completion

This patch adds subcommand to generate completion script for bash.

As an knative user, we would like to complete subcommands and
options rather than typing them.

* Adds docs about bash auto completion in README.md

This changeset adds auto-completion section in existing README.md

Suggested-by: Navid Shaikh <nshaikh@redhat.com>
2019-03-18 22:31:05 -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 Support generating bash completion (#31) 2019-03-18 22:31:05 -07:00
service.go Fixes typo in the kn help command (#24) 2019-02-25 14:49:19 -08:00
service_describe.go Add service describe (#18) 2019-02-08 14:43:44 -08: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