marckhouzam / cobra-completion-testing

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

Add testing for different bash completion types #9

Closed marckhouzam closed 2 years ago

marckhouzam commented 2 years ago

These tests cover the issue: https://github.com/spf13/cobra/issues/1508 and the corresponding fix: https://github.com/spf13/cobra/pull/1509

/cc @Luap99

marckhouzam commented 2 years ago

I'll merge this now. The test will have a failure which will require spf13/cobra#1509