clap_schema 0.2.1

Deprecated in favor of `argx`. JSON Schema generation for Clap with typed Rust results.
Documentation
1
2
3
4
5
//! Semantic conformance between Clap's parser model and the reflected invocation contract.

#[cfg(test)]
#[path = "conformance/mod.rs"]
mod tests;