usemingling::macros::{help,renderer};usecrate::EntryFallback;#[help]pubfnhelp_global(_:EntryFallback)->String{include_str!("helps/help.txt").to_string()}#[renderer]pubfnrender_global_hint(_:EntryFallback)->String{"Error: unknown command, please use `tscn2bsn /H` for help".into()}