(operation)
| 93 | } |
| 94 | |
| 95 | export function getToolchainArgument(operation) { |
| 96 | const channel = getToolchain(operation); |
| 97 | return channel ? `+${channel}` : ''; |
| 98 | } |
| 99 | |
| 100 | export function cliArguments() { |
| 101 | return process.argv.slice(3); |
no test coverage detected
searching dependent graphs…