| 166 | value("--target-rig"), |
| 167 | ]; |
| 168 | const INSTALL: &[FlagSpec] = &[value("--profile")]; |
| 169 | const BUILD: &[FlagSpec] = &[ |
| 170 | value("--path"), |
| 171 | value("--target"), |
| 172 | value("--triple"), |
| 173 | switch("--universal-macos"), |
| 174 | switch("--profile"), |
| 175 | switch("--console"), |
| 176 | switch("--headless"), |
| 177 | switch("--fresh"), |
| 178 | switch("--demo"), |
| 179 | ]; |
| 180 | const DLC: &[FlagSpec] = &[value("--name"), value("--path")]; |
| 181 | const DEV: &[FlagSpec] = &[ |
| 182 | value("--path"), |
| 183 | value("--target"), |
| 184 | switch("--timings"), |
| 185 | switch("--profile"), |
| 186 | switch("--ui-profile"), |
| 187 | switch("--release"), |
| 188 | optional_value("--csv-profile"), |
| 189 | value("--host"), |
| 190 | value("--port"), |
| 191 | switch("--headless"), |