Console Input Plugin for Squirrel

Started by ysc3839, Mar 14, 2015, 05:25 AM

Previous topic - Next topic

ysc3839

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