mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-17 08:01:27 +00:00
Fix "capp gen -l"
This commit is contained in:
@@ -41,7 +41,7 @@ parser.option("--build", "useCappBuild")
|
||||
.help("Uses frameworks in the $CAPP_BUILD.");
|
||||
|
||||
parser.option("-l")
|
||||
.action(function(o) { o.symlink = o.shouldUseCappBuild = true; })
|
||||
.action(function(o) { o.symlink = o.useCappBuild = true; })
|
||||
.help("Enables both the --symlink and --build options.");
|
||||
|
||||
parser.option("--force", "force")
|
||||
|
||||
Reference in New Issue
Block a user