chore: stuff

This commit is contained in:
EvolutionX
2022-05-11 23:11:03 +05:30
parent 695e739dc0
commit 3c5924b409

View File

@@ -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);
}