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 060c025 commit 8d264e7Copy full SHA for 8d264e7
bin/cli.ts
@@ -11,10 +11,6 @@ async function main() {
11
const args = process.argv.slice(2);
12
const isPowerShell = process.platform === 'win32' && process.env.PSModulePath;
13
14
- if (process.env.TAB_DEBUG) {
15
- console.error('RAW ARGS:', process.argv);
16
- }
17
-
18
// <packageManager> complete -- <args>
19
if (args.length >= 2 && args[1] === 'complete') {
20
const packageManager = args[0];
0 commit comments