mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
chore: stuff
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user