use bedrock_asm::*; use switchboard::*; fn main() { let args = Switchboard::from_env(); assemble(args, "br-asm"); }