We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7d88c commit 13175feCopy full SHA for 13175fe
bin/cli.mjs
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
3
import { resolve } from 'node:path';
4
-import { argv } from 'node:process';
+import process from 'node:process';
5
6
import { Command, Option } from 'commander';
7
0 commit comments