| 79 | } |
| 80 | |
| 81 | MetadataResult PrintHelpAndExit(ShellState &state, const vector<string> &args) { |
| 82 | state.PrintUsage(); |
| 83 | return MetadataResult::EXIT; |
| 84 | } |
| 85 | |
| 86 | MetadataResult LaunchUI(ShellState &state, const vector<string> &args) { |
| 87 | // run the UI command |
nothing calls this directly
no test coverage detected