I only get prelude output from cargo-typify with no types, from my .json
Maybe I am making a silly mistake.
xaa.json
I only get the .rs prelude output with no types on this file.
$ cargo typify -o /dev/stdout xaa.json
#![allow(clippy::redundant_closure_call)]
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::match_single_binding)]
#![allow(clippy::clone_on_copy)]
use serde::{Deserialize, Serialize};
$