We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rawArgs
1 parent 1b35aa7 commit 35f7b87Copy full SHA for 35f7b87
src/main.ts
@@ -48,7 +48,7 @@ export const main = defineCommand({
48
try {
49
const { x } = await import('tinyexec')
50
// `tinyexec` will resolve command from local binaries
51
- await x(`nuxt-${ctx.args.command}`, ctx.args._.slice(1), {
+ await x(`nuxt-${ctx.args.command}`, ctx.rawArgs.slice(1), {
52
nodeOptions: { stdio: 'inherit', cwd },
53
throwOnError: true,
54
})
0 commit comments