We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd7677 commit 714ba97Copy full SHA for 714ba97
packages/cli/src/cli.ts
@@ -27,4 +27,4 @@ export async function cli(args: string[]): Promise<void> {
27
}
28
29
30
-cli(process.argv.slice(2));
+cli(process.argv);
0 commit comments