mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
replace commander with yargs
This commit is contained in:
@@ -42,7 +42,7 @@ export function generateReproducibleCommand(config: ProjectConfig): string {
|
||||
if (config.examples && config.examples.length > 0) {
|
||||
flags.push(`--examples ${config.examples.join(" ")}`);
|
||||
} else {
|
||||
flags.push("--no-examples");
|
||||
flags.push("--examples none");
|
||||
}
|
||||
|
||||
if (config.packageManager) {
|
||||
|
||||
Reference in New Issue
Block a user