cargo command to generate Rust code from a JSON Schema
Usage: cargo typify [OPTIONS]
Arguments:
The input file to read from
Options:
-b, --builder
Whether to include a builder-style interface, this is the default
-B, --no-builder
Inverse of `--builder`. When set the builder-style interface will not be included
-a, --additional-derive
Add an additional derive macro to apply to all defined types
-o, --output