Skip to content

Commit 714ba97

Browse files
committed
chore: fix cli
1 parent 3dd7677 commit 714ba97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export async function cli(args: string[]): Promise<void> {
2727
}
2828
}
2929

30-
cli(process.argv.slice(2));
30+
cli(process.argv);

0 commit comments

Comments
 (0)