openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

Added basic tab completion #18

Closed bjartek closed 7 years ago

bjartek commented 7 years ago

Fixes #17 Tab completes all the build in commands and the current arguments to oc cluster up when using the up command.

Do we want all the args in boolean and cluster args to be completed? We use some of them in the default arg line, perhaps they can be excluded from the completion list?

The readme probably should be updated as well with instructions on where to put it or how to source it in your .bashrc