Possible work to be done in clap_complete
?
#3276
Replies: 1 comment
-
Looking at the A-completion label, most of them have a the green / E-effort label which means they should be ready for work. #3166 will end up re-working completions (and should be doable by anyone once #2915 is done) but I don't think we should wait on that to make improvements because we could end up waiting longer than is desired. Something I've been thinking of that can be improved is improving our testing strategy. If there are linters or test harnesses for completion scripts, it'd be great to use them. If not, we could create our own. One idea I've had for a custom test harness is to use
I feel like this will be more stable than our current "dump the entire completion script" tests since this will cover more behavior and less implementation and will carry forward for #3166.
I'd still say input on use cases is still helpful. Like with #13356, when and why would things be hidden from completions? How well does it match with |
Beta Was this translation helpful? Give feedback.
-
Looking at #1335, there seems to be room for help/enhancements for the
clap_complete
crate now that v3 has been released.Most of it seems like internal design decisions, so I'm wondering if there is any work more cut out for external contributors that would help further the completion effort?
Beta Was this translation helpful? Give feedback.
All reactions