|
|
@ -17,7 +17,7 @@ export const options = [ |
|
|
|
export const argument = ["<target>", "name of the project directory (must not exist)"]; |
|
|
|
export const argument = ["<target>", "name of the project directory (must not exist)"]; |
|
|
|
|
|
|
|
|
|
|
|
export const main = async (target, opts) => { |
|
|
|
export const main = async (target, opts) => { |
|
|
|
const git_url = `${GIT_BASE}${BANDO_GIT}.git`; |
|
|
|
const git_url = `${GIT_BASE}${opts.using}.git`; |
|
|
|
|
|
|
|
|
|
|
|
log.info(`Cloning from ${git_url}`); |
|
|
|
log.info(`Cloning from ${git_url}`); |
|
|
|
|
|
|
|
|
|
|
|