cli: Fix parse action #1235
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ func parseAction(lexeme string) ([]string, bool, error) {
|
|||
nativeschema.MethodHeadObject,
|
||||
nativeschema.MethodDeleteObject,
|
||||
nativeschema.MethodSearchObject,
|
||||
nativeschema.MethodRangeObject,
|
||||
nativeschema.MethodHashObject,
|
||||
}, true, nil
|
||||
case "container.put":
|
||||
|
|
Loading…
Reference in a new issue