Open styvane opened 1 week ago
That's an odd one though I don't think we control these suggestions.
Yeah these are implemented in Clap, not sure what we can do here.
I guess we can declare a hidden --backend
argument with UnknownArgumentValueParser
and suggest the proper one. There are some minor caveats, as discussed in https://github.com/clap-rs/clap/discussions/5781 (though that mostly focused on subcommands).
uv
suggests the wrong argument when creating a new project with a wrong--backend
argumentIt returns the following error message:
I was expecting the suggestion to be a similar argument exists:
--build-backend
Version: