mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-07 12:02:34 +02:00
fix bypass command
This commit is contained in:
parent
da66e9ef0c
commit
3dfa2d08fd
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ func (cmd *Command) Parse(v string) error {
|
|||
if len(args) != 0 {
|
||||
return ErrInvalidArguments.Subject(directive)
|
||||
}
|
||||
return nil
|
||||
executors = append(executors, nil)
|
||||
continue
|
||||
}
|
||||
|
||||
builder, ok := commands[directive]
|
||||
|
|
Loading…
Add table
Reference in a new issue