Andrej Kolčin
Andrej Kolčin
### Related problem Currently, you can't use `$in` in `const` pipelines. ### Describe the solution you'd like Only throwing the error if `$in` is used during the first element (`const...
### Related problem I wanted to use `to nuon` in a const test, but it errored out. Turns out none of the `to` commands can run at parse-time. ### Describe...
Currently you can't tab complete operators like `starts-with` and `bit-or`. I think it'd be nice if it was possible to have a context-aware completion for them.
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [x] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.80.0 (051478957 2024-07-21)...