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 believe AllowInvalidUtf8 was being renamed to StrictUtf8 but the old name was left in. The name should probably be removed and people use StrictUtf8.
This needs to get added to the changelog to help people when upgrading from clap2 to clap3
Please complete the following tasks
Rust Version
rustc 1.53.0 (53cb7b09b 2021-06-17)
Clap Version
3.0.0-beta.2
Minimal reproducible code
Steps to reproduce the bug with the above code
Pass in invalid UTF-8
Actual Behaviour
Its allowed
Expected Behaviour
Its rejected
Additional Context
I actually found this by inspection.
And in
AppSettings
Debug Output
No response
The text was updated successfully, but these errors were encountered: