rwxrob / bonzai

🌳 Go Bonzai™ CLI framework and "batteries included" library of utilities
Apache License 2.0
196 stars 17 forks source link

comp/completers/env #225

Open rwxrob opened 2 hours ago

rwxrob commented 2 hours ago

Having a generic completer that completes the current environment variable names would be nice. See the other completers for how this is done.

rwxrob commented 2 hours ago

Also, it should take a Skip field as the first field and automatically pre-filter based on those before adding what is typed.