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 9928dfb commit 05792c9Copy full SHA for 05792c9
bin/cli.ts
@@ -80,7 +80,6 @@ async function main() {
80
81
function generateCompletionScript(packageManager: string, shell: string) {
82
const name = packageManager;
83
- console.log(process.argv);
84
85
const isLocalDev = process.argv[1].endsWith('dist/bin/cli.js');
86
0 commit comments