diff --git a/modules/vector-sets/commands.json b/modules/vector-sets/commands.json index 524be18a0..f851210f2 100644 --- a/modules/vector-sets/commands.json +++ b/modules/vector-sets/commands.json @@ -166,6 +166,12 @@ "type": "pure-token", "optional": true }, + { + "token": "WITHATTRIBS", + "name": "withattribs", + "type": "pure-token", + "optional": true + }, { "token": "COUNT", "name": "count", @@ -291,12 +297,6 @@ "name": "withscores", "type": "pure-token", "optional": true - }, - { - "token": "WITHATTRIBS", - "name": "withattribs", - "type": "pure-token", - "optional": true } ] },