Ed Page
Ed Page
Before we do this: - We should make sure subcommand visible aliases are supported In doing this, we should hide hidden items by default unless there are no other completions...
PR #5283 started work on this but it seemed to have stalled out Per usual, I would like to see - Tests added / updated in one commit, showing current...
Something @shannmu called out is our idea for showing hidden content is only if the user started it, we'll never be able to show hidden short flags or hidden short...
@shannmu I went ahead and merged #5585 because it was complete-enough on its own but we still lack support for completing hidden aliases for PossibleValue. I'll make #5480 responsible for...
I agree though I think I'd want to wait on clap-rs/clap#3166
Converting to a Draft as there isn't anything decided in #931 yet.
Considering most of the reduction is in error paths, I suspect this won't make much of a difference but instead makes it so we have "more" to maintain. I'd recommend...
What is it that you saw that is clap specific about this problem rather than being a general cargo reproducibility problem? Note that cargo requires extra steps to create reproducible...
Can't think of what would cause this. This isn't even code that depends on `clap_derive` in case that generated code in a non-deterministic way (e.g. using a `HashMap` which it...
The pr/commit description is unrelated to the contents of this change