Version 1.3.2 is released.
Now "arguments" (the second parameter of onConsoleInput) will be null if it's no space in input string.
For example, when you type "abc", you will get cmd="abc" and arg=null.
when you type "abc def", you will get cmd="abc" and arg="def".
https://bitbucket.org/ysc3839/0.4-cmdinput/downloads/cmdinput1.3.2-apiv2.zip
Now "arguments" (the second parameter of onConsoleInput) will be null if it's no space in input string.
For example, when you type "abc", you will get cmd="abc" and arg=null.
when you type "abc def", you will get cmd="abc" and arg="def".
https://bitbucket.org/ysc3839/0.4-cmdinput/downloads/cmdinput1.3.2-apiv2.zip