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 962cc3d commit 17149c0Copy full SHA for 17149c0
packages/cli/src/index.ts
@@ -82,8 +82,6 @@ program
82
)
83
.action(() => {
84
const options = program.opts();
85
- console.log(options);
86
- return;
87
// Select the client
88
let client: 'yarn' | 'npm' = isYarn ? 'yarn' : 'npm';
89
if (options && options.client) {
0 commit comments