Skip to content

Commit 4d65f3d

Browse files
committed
raw args
1 parent fcf3bfb commit 4d65f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/cli.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ async function main() {
1111
const args = process.argv.slice(2);
1212
const isPowerShell = process.platform === 'win32' && process.env.PSModulePath;
1313

14+
if (process.env.TAB_DEBUG) {
15+
console.error('RAW ARGS:', process.argv);
16+
}
17+
1418
// <packageManager> complete -- <args>
1519
if (args.length >= 2 && args[1] === 'complete') {
1620
const packageManager = args[0];

0 commit comments

Comments
 (0)