use api_proc_macro::IntoCommandDefinition; #[derive(IntoCommandDefinition)] struct TestUnnamedStruct(f32, f64, bool); fn main() { }