mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
Merge pull request #862 from embark-framework/cli/template-clarify-github
clarify 'new' help output
This commit is contained in:
commit
3213df1422
@ -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 [url]', __('download template'))
|
||||
.option('--template [url]', __('download template from a GitHub repository'))
|
||||
.action(function(name, options) {
|
||||
i18n.setOrDetectLocale(options.locale);
|
||||
if (name === undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user