You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at this issue a little bit during the weekend. I initially tried to create a derived macro for Options that creates an enum that I then implement clap::ValueEnum for. However, this approach is not viable because Rust doesn't support reflection, and I couldn't generate the enum variants for attributes #[option_group] recursively.
My only other idea is to create a huge enum by hand, but that would be a rather big code change.
mishamsk
added a commit
to mishamsk/ruff
that referenced
this issue
Jan 20, 2025
Would be great if
ruff config
tab autocompletes:and
Related: #2808 hence pinging @not-my-profile
The text was updated successfully, but these errors were encountered: