pub async fn run(args: Vec<String>) -> Result<()>Expand description
Run the in-tree XML disassembler CLI with the provided arguments.
args should be the trailing arguments after config-disassembler xml,
e.g. ["disassemble", "path/to/file.xml", "--format", "json"].