spring-boot/spring-boot-cli
Stephane Nicoll 2e07f003c9 Init command takes the output as last argument
This commit moves the --output switch to a regular argument. This aligns
to other command, i.e. spring init my-project.zip would save the project
to "my-project.zip" in the current directory.

This commit also auto-detects the --extract option if the location ends
with a slash, i.e. spring init demo/ would extract the content of the
project in a demo directory that is local to the current directory.

Fixes gh-1802
2014-11-03 11:52:16 +01:00
..
samples Improve RabbitMQ support in CLI 2014-09-05 17:52:20 +02:00
src Init command takes the output as last argument 2014-11-03 11:52:16 +01:00
test-samples Add spring-test annotations to auto imports 2014-05-28 14:05:13 +01:00
pom.xml Add init command to the CLI 2014-10-31 08:39:03 +01:00