mirror of https://github.com/sbt/sbt.git
Merge pull request #8049 from eed3si9n/wip/sbt-init
[1.x] fix: sbt init
This commit is contained in:
commit
3dc4317d54
|
|
@ -476,6 +476,11 @@ if "%~0" == "new" (
|
|||
set sbt_new=true
|
||||
)
|
||||
)
|
||||
if "%~0" == "init" (
|
||||
if not defined SBT_ARGS (
|
||||
set sbt_new=true
|
||||
)
|
||||
)
|
||||
|
||||
if "%g:~0,2%" == "-D" (
|
||||
rem special handling for -D since '=' gets parsed away
|
||||
|
|
|
|||
Loading…
Reference in New Issue