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
6
7
//! Semantic conformance coverage for the machine-readable Clap contract.

mod arguments;
mod boundaries;
mod commands;
mod fixtures;
mod relationships;