use api_proc_macro::IntoCommandDefinition; #[derive(IntoCommandDefinition)] enum TestEnum { Variant } fn main() { }