Add support for autocomplete descriptions#90
Add support for autocomplete descriptions#90marcusirgens wants to merge 3 commits intostecman:masterfrom
Conversation
|
Hey @marcusirgens, thanks for the PR 🎉 I like the direction this is going in - with a bit of work we can definitely fit this in. My main concern with this initial API is that "description" is quite baked in, considering that only ZSH supports it. If someone wanted to add further metadata to command completions, they'd currently need to edit I'm also not a fan of What I'd propose is:
I'm happy to work through these with you, or if you want to smash it out by yourself that's cool too. |
|
Hey, thanks for the feedback. I agree with your comments, I’ll make some changes and update this PR. |
Adds support for zsh descriptions as requested in #63