rev --template

if option is used, param must be supplied

"GitHub repository" -> "git host" in help output
This commit is contained in:
Michael Bradley, Jr 2018-09-24 17:40:50 -05:00
parent d945f8f2f4
commit 0e5989bf40
1 changed files with 1 additions and 1 deletions

View File

@ -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) {