Open at15 opened 8 years ago
the bash file is generated, but got error __ltrim_colon_completions: command not found
,is it win or git bash specific problem?
from http://stackoverflow.com/questions/26132451/how-to-add-bash-command-completion-for-docker-on-mac-os-x answer of Michael_Scharf it seems bash completion need to be installed on windows, it does not ship with the installer.
current status is
so just leave it to backlog
cobra now supports zsh completion (basically)
cobra has built in support https://github.com/spf13/cobra/blob/master/bash_completions.md
Use
and generate of bash scriptbash_completion
into binary