| 76 | Link, |
| 77 | HllToIr, |
| 78 | HllToAsm, |
| 79 | Run, |
| 80 | Help, |
| 81 | } |
| 82 | |
| 83 | #[derive(Debug)] |
| 84 | struct Args { |
| 85 | subcmd: Subcommand, |
| 86 | inputs: Vec<String>, |
| 87 | output: Option<String>, |
| 88 | mode: TargetMode, |
nothing calls this directly
no outgoing calls
no test coverage detected