clap/clap_builder
Ed Page 479df35abd fix(parser): Fill in defaults on ignored error
This came up in #5812 and is especially problematic for derives.

Not really a fan of this solution but its the least invasive.
I also considered going wild with error recovery or moving towards a
solution for #1546.
2024-11-12 21:09:55 -06:00
..
src fix(parser): Fill in defaults on ignored error 2024-11-12 21:09:55 -06:00
Cargo.toml chore: Release 2024-10-08 08:56:17 -05:00
CONTRIBUTING.md refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
LICENSE-APACHE refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
LICENSE-MIT refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
README.md style: Make clippy happy 2024-06-13 12:45:33 -05:00

clap_builder

Builder implementation for clap.

docs.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING for more details.