[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove log (#88)

authored by

AmirHossein Sakhravi and committed by
GitHub
(Dec 10, 2025, 12:22 PM +0330) 0c9d7186 060c025e

-4
-4
bin/cli.ts
··· 11 11 const args = process.argv.slice(2); 12 12 const isPowerShell = process.platform === 'win32' && process.env.PSModulePath; 13 13 14 - if (process.env.TAB_DEBUG) { 15 - console.error('RAW ARGS:', process.argv); 16 - } 17 - 18 14 // <packageManager> complete -- <args> 19 15 if (args.length >= 2 && args[1] === 'complete') { 20 16 const packageManager = args[0];