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 4743e37 commit 2dd41c8Copy full SHA for 2dd41c8
src/commands/init.ts
@@ -154,7 +154,6 @@ export const command = new Command("init [feature]")
154
* @param options Command options
155
*/
156
export async function initAction(feature: string, options: Options): Promise<void> {
157
- console.log("options", options.project);
158
if (feature && !featureNames.includes(feature)) {
159
return utils.reject(
160
clc.bold(feature) +
0 commit comments