Reconsider how input buffer is tokenized

Fixes #85
This commit is contained in:
Eric Bottard
2017-06-19 09:35:11 +02:00
parent 7fd5390c29
commit 14b2401374
4 changed files with 45 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ import org.springframework.stereotype.Component;
@ShellComponent("")
public class Commands {
@ShellMethod(help = "a command whose name looks the same as another one")
@ShellMethod(help = "a command whose name looks the same as another one", value = "help me out")
public void helpMeOut() {
System.out.println("You can go");
}