chore: Removed unused flag
a1f3fa8c
1 file(s) · +0 −1
| 11 | 11 | .description("Create a bhvr monorepo starter project") |
|
| 12 | 12 | .argument("[project-directory]", "directory to create the project in") |
|
| 13 | 13 | .option("-y, --yes", "skip confirmation prompts") |
|
| 14 | - | .option("--ts, --typescript", "use TypeScript (default)") |
|
| 15 | 14 | .option( |
|
| 16 | 15 | "--repo <repo>", |
|
| 17 | 16 | "specify a custom GitHub repository as source", |