Skip to content

Commit 95c903d

Browse files
committed
fix(core): remove positional params after converting them to named
1 parent 3ec22df commit 95c903d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tao/src/shared/params.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ export function convertPositionParamsIntoNamedParams(
304304
opts[k] = coerceType(v.type, argv[v.$default.index]);
305305
}
306306
});
307+
delete opts['_'];
307308
}
308309

309310
export function combineOptionsForExecutor(

0 commit comments

Comments
 (0)