fix bypass command

This commit is contained in:
yusing 2025-01-10 06:48:41 +08:00
parent da66e9ef0c
commit 3dfa2d08fd

View file

@ -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]