clap_complete
command arguments completion from existing commands.
#6037
Unanswered
TomPlanche
asked this question in
Q&A
Replies: 0 comments
-
At this time, no. I would love to have support for ways to delegate completions. This would help with plugin systems as well, like I would prefer a solution to focus on our new completion system. I am not to familiar with the different completion systems to be able to move something like this forward. If it requires users to provide shell specific glue code, we can use the plugin system we added for native completions to attach arbitrary data to a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I build a wrapper around the
git commit
method.Can I add a derive macro attribute to the
args: Vec<String>,
in order to offer/autocomplete the sames arguments as thegit commit
command ?Beta Was this translation helpful? Give feedback.
All reactions