From 3c5924b4091fc4d7f6c3f37addee5ab50991862c Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 11 May 2022 23:11:03 +0530 Subject: [PATCH] chore: stuff --- src/commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/init.js b/src/commands/init.js index 4b62760..a574ef3 100644 --- a/src/commands/init.js +++ b/src/commands/init.js @@ -16,9 +16,9 @@ import { cloneRepo, installDeps } from '../utilities/install.js'; import { editDirs, editMain } from '../utilities/edits.js'; const { prompt } = prompts; -// TODO make this functional and better! export async function init({ flags }) { if (flags?.includes('y')) { + // TODO for @Allyedge: make this functional console.log("I see the -y flag there! Seems like you're lazy!\nBye!"); process.exit(0); }