Add ability to run commands and exit

This commit is contained in:
Eric Bottard
2017-08-30 16:54:36 +02:00
parent 1216adbef8
commit 9f88c03cf3
10 changed files with 49 additions and 33 deletions

View File

@@ -16,6 +16,7 @@
package org.springframework.shell.samples;
import org.jline.terminal.Terminal;
import org.jline.utils.AttributedString;
import org.jline.utils.AttributedStyle;