Ed Page
Ed Page
Note that per our [CONTRIBUTING.md](https://github.com/clap-rs/clap/blob/master/CONTRIBUTING.md#where-to-start), we ask for Issues to be accepted before posting PRs. I'm ok with keeping this open as its a Draft but I will not be...
I went down a different rabbit hole, in hopes that bumping MSRV and maybe proc macro deps might be of assistance. I'm guessing not but at least we have https://github.com/clap-rs/clap/pull/2640...
From https://github.com/rust-lang/rust/pull/83366 > Expansion of macro expressions in "inert" attributes occurs after decorators have executed, analogously to macro expressions appearing in the function body or other parts of decorator input....
I guess one option is we can either generate or embed some const-fns that do the post-processing for us.
Was looking at this again because of #6158 and rust-lang/rust#90765 has still not stabilized.
Hmm, for bash, if I do `ls $HOME/`, I don't get completions either. I'd be fine with us adding support for `~/` completions. That can easily be done in our...
`clap_complete` 4.5.56 is now out with completing of `~/` paths. I did not close the issue in case you had enough need for completing other types of paths referenced here.
Ah, I'm on bash 5.1.16 > We can solve this by This sounds pretty complicated. We're unlikely to take on investigating this but welcome others doing so. > I think...
Looks like the only ones missing are - `WORKSPACE_ROOT` - `CRATE_ROOT` - `DRY_RUN` Not to say "no" but to further explore this, is there a reason you need access to...
> To address the issue that I really^2 want is the option to run a pre-release hook only once at the root of the workspace when releasing the workspace. The...