资 源 简 介
Java input stream command handler
jis-command enables to create and easy handle user commands from input stream
Main capabilities
dynamically add commands
add command description
generate commands help
add commands with different argument number (look in examples)
listen default System IN
Integration
Maven
```
clojars
http://clojars.org/repo
jis-command
jis-command
1.0.1
```
(jis-command on clojars.org)
Examples
Add command handlers example
DefaultCommandManager manager = new DefaultCommandManager();manager.addCommand(new Command("add", new CommandHandler() { @Override public void handle(String command,