Files
velero/docs
Shubham Minglani 7f3e88151b Add bash and zsh completion support
This commit adds support for auto completion for bash and zsh
shells. A new root level command called "completion" has been
introduced, and the user can get the auto completion code by
running `ark completion bash/zsh`.

For bash completion, the built-in GenBashCompletion() from cobra
has been used, but for zsh, the built-in GenZshCompletion() is
known to cause issues. The workaround has been copied from zsh
completion code of kubectl.

Signed-off-by: Shubham <shubham@linux.com>
2018-04-12 13:26:23 +05:30
..
2018-02-15 13:25:18 -05:00
2017-08-02 13:27:17 -04:00
2018-02-15 13:25:18 -05:00
2018-02-21 13:39:10 -05:00
2018-02-21 14:29:17 -05:00
2017-11-28 10:58:12 -08:00
2018-01-05 10:47:34 -05:00
2018-04-04 16:44:16 -04:00