mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
fix bypass command
This commit is contained in:
@@ -189,7 +189,8 @@ func (cmd *Command) Parse(v string) error {
|
|||||||
if len(args) != 0 {
|
if len(args) != 0 {
|
||||||
return ErrInvalidArguments.Subject(directive)
|
return ErrInvalidArguments.Subject(directive)
|
||||||
}
|
}
|
||||||
return nil
|
executors = append(executors, nil)
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
builder, ok := commands[directive]
|
builder, ok := commands[directive]
|
||||||
|
|||||||
Reference in New Issue
Block a user