Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve commander syntax for --kcl-version
  • Loading branch information
Sam Day committed Jul 16, 2015
commit 40fe639f9e7ed6017f0bb9e5aaa2a6dc8034887d
2 changes: 1 addition & 1 deletion bin/kcl-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function parseArguments() {
.option('-j, --java [java path]', 'path to java executable - defaults to using JAVA_HOME environment variable to get java path (optional)')
.option('-c, --jar-path [jar path]', 'path where all multi-language daemon jar files will be downloaded (optional)')
.option('-e, --execute', 'execute the KCL application')
.option('--kcl-version', 'specify the version of KCL to download and run')
.option('--kcl-version [kcl version]', 'specify the version of KCL to download and run (optional)')
.parse(process.argv);

var args = {
Expand Down