Closes #1
@ -81,6 +81,7 @@ func (this *Cli) Parse (args []string) (*Cli, error) {
if len(args) > 0 { args = args[1:] }
next := func () string {
if len(args) < 1 { return "" }
args = args[1:]
if len(args) > 0 {
return args[0]
The note is not visible to the blocked user.