marckhouzam / cobra-completion-testing

A set of completion tests for Cobra
MIT License
4 stars 4 forks source link

Test that completions can contain a space for bash #22

Open marckhouzam opened 2 years ago

marckhouzam commented 2 years ago

Note that the other shells automatically deal with spaces properly. Only bash needs some Cobra logic. We only support completion with spaces for bash completion v2 (we don't evolve bash comp v1 anymore).

This is to test https://github.com/spf13/cobra/pull/1743