diff --git a/completions_bash.go b/completions_bash.go index 71a11c0..1331127 100644 --- a/completions_bash.go +++ b/completions_bash.go @@ -15,6 +15,7 @@ func WriteBashCompletions(out io.Writer, rootCmd *Command) error { } // TODO: Add --option|--other-option...) to return nothing for options that require a value +// TODO: Add descriptions to completions using https://stackoverflow.com/a/10130007 var bashTpl = template.Must(template.New("bash").Funcs(tplFuncs).Parse(` {{- $rootCmd := .RootCmd -}} {{- $progName := $rootCmd.Name -}}