mirror of https://github.com/embarklabs/embark.git
rev --template
if option is used, param must be supplied "GitHub repository" -> "git host" in help output
This commit is contained in:
parent
d945f8f2f4
commit
0e5989bf40
|
@ -94,7 +94,7 @@ class Cmd {
|
|||
.description(__('New Application'))
|
||||
.option('--simple', __('create a barebones project meant only for contract development'))
|
||||
.option('--locale [locale]', __('language to use (default: en)'))
|
||||
.option('--template [name/url]', __('download a template using a known name or a GitHub repository URL'))
|
||||
.option('--template <name/url>', __('download a template using a known name or a git host URL'))
|
||||
.action(function(name, options) {
|
||||
i18n.setOrDetectLocale(options.locale);
|
||||
if (name === undefined) {
|
||||
|
|
Loading…
Reference in New Issue