Add command to install shell completion #309

Merged
6543 merged 10 commits from noerw/tea:shell-completion into master 2020-12-16 16:02:00 +00:00

10 Commits

Author SHA1 Message Date
ec8513e1ff
CI.restart()
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-16 12:52:33 +01:00
d453ad5bd4 Merge branch 'master' into shell-completion 2020-12-16 01:43:07 +08:00
fcd0bd35ff
update docs 2020-12-15 18:07:03 +01:00
e88d2896d5
remove meta namespace
lets solve this via cmd.Category in a followup
2020-12-15 12:38:54 +01:00
a523745766 Merge branch 'master' into shell-completion 2020-12-15 15:27:17 +08:00
Norwin
004e57163e Merge branch 'master' into shell-completion 2020-12-15 06:08:01 +08:00
3589062e82
fix typo 2020-12-14 16:39:18 +01:00
8b16f41712
add powershell
untested ¯\_(ツ)_/¯
2020-12-14 16:27:10 +01:00
a958f1238c
add tea meta autocomplete
closes #86
2020-12-14 16:27:10 +01:00
789439b718
add autocompletion files to contrib/
curl -o contrib/autocomplete.zsh https://raw.githubusercontent.com/urfave/cli/master/autocomplete/zsh_autocomplete
curl -o contrib/autocomplete.sh https://raw.githubusercontent.com/urfave/cli/master/autocomplete/bash_autocomplete
2020-12-14 16:27:08 +01:00