We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff22896 commit 52e80e1Copy full SHA for 52e80e1
packages/core/typescript/itk-wasm/src/cli/process-common-options.js
@@ -4,6 +4,7 @@ import { spawnSync } from 'child_process'
4
5
import defaultImageTag from './default-image-tag.js'
6
import findOciExe from './find-oci-exe.js'
7
+import die from './die.js'
8
9
function processCommonOptions(program, wasiDefault = false) {
10
const options = program.opts()
0 commit comments