mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
fix bypass command
This commit is contained in:
parent
c572382f6a
commit
e7bb6bc798
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue