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
rustdoc might not be showing it on From impls but you need the yaml feature.
I have followed the documentation and am trying to get a very basic parsing of a yaml structure but for some reasons it does not work.
.
Which documentation? We've stripped almost all of it out because of #3087. See https://github.com/aobatact/clap-serde for a possible replacement.
Considering this feature is deprecated and will soon be removed, I'm going to close this as we are not going to be improving the documentation around this.
Please complete the following tasks
Rust Version
rustc 1.62.0 (a8314ef7d 2022-06-27)
Clap Version
3.2.8
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo build
:Actual Behaviour
Failing with the above error message.
Expected Behaviour
I have followed the documentation and am trying to get a very basic parsing of a
yaml structure
but for some reasons it does not work.Additional Context
No response
Debug Output
No response
The text was updated successfully, but these errors were encountered: