pombreda / clamshell-cli

Automatically exported from code.google.com/p/clamshell-cli
Apache License 2.0
0 stars 0 forks source link

Extend Command InputController to accept multi-word commands #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the CmdInputController assumes token[0] from input-line to be the 
name of the command.  Extend the code to support command names with 
multi-words.  This hinges on work done in introducing InputController.parse() 
method.

Original issue reported on code.google.com by vladimir...@gmail.com on 14 Sep 2013 at 5:44