Skip to content

Commit 4f5d8e2

Browse files
committed
[CLI] Uncomment coerce arg mistakenly commented out in 0f789d0
1 parent 9aa0650 commit 4f5d8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/cli/src/run-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export async function parseOptionsAndRunCLI() {
134134
type: 'array',
135135
nargs: 2,
136136
array: true,
137-
// coerce: parseMountDirArguments,
137+
coerce: parseMountDirArguments,
138138
})
139139
.option('mount-dir-before-install', {
140140
describe:

0 commit comments

Comments
 (0)