|
|
@ -8,7 +8,7 @@ export const description = "Test command."; |
|
|
|
|
|
|
|
|
|
|
|
export const options = [ |
|
|
|
export const options = [ |
|
|
|
["--repo", "repository to dupe and setup", BANDO_GIT], |
|
|
|
["--repo", "repository to dupe and setup", BANDO_GIT], |
|
|
|
["--templates", "templates directory to use for setups", "commands/templates"] |
|
|
|
["--template", "templates directory to use for setups", "commands/templates"] |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
export const argument = ["<target>", "name of the project"]; |
|
|
|
export const argument = ["<target>", "name of the project"]; |
|
|
|