Fix CLI command/option package tangle

Fix package tangle in CLI my extracting ExitStatus to a status package.

See gh-1004
This commit is contained in:
Phillip Webb
2014-06-01 18:59:09 +01:00
parent 5da23e9968
commit f95cb602cc
19 changed files with 118 additions and 81 deletions

View File

@@ -17,6 +17,7 @@
package cli.command;
import org.springframework.boot.cli.command.AbstractCommand;
import org.springframework.boot.cli.command.status.ExitStatus;
/**
* @author Dave Syer