mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
--noOverwrite
This commit is contained in:
parent
d93975d426
commit
b31da8fa49
2 changed files with 30 additions and 16 deletions
|
@ -134,9 +134,9 @@ private class Main @Inject constructor(
|
|||
if (args.init) {
|
||||
//
|
||||
// --init: create a new build project and install the wrapper
|
||||
// Make sure the wrapper won't call us back with --no-launch
|
||||
// Make sure the wrapper won't call us back with --noLaunch
|
||||
//
|
||||
com.beust.kobalt.wrapper.Main.main(arrayOf("--no-launch") + argv)
|
||||
com.beust.kobalt.wrapper.Main.main(arrayOf("--noLaunch") + argv)
|
||||
projectGenerator.run(args)
|
||||
} else if (args.usage) {
|
||||
jc.usage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue