Skip to content

Commit dad42a2

Browse files
authored
Update commands_vector_sets.json to support the new WITHATTRIBS option for VSIM (#874)
1 parent 3e95b3a commit dad42a2

File tree

3 files changed

+87
-15
lines changed

3 files changed

+87
-15
lines changed

hack/cmds/commands_vector_sets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,11 @@
313313
"type": "command",
314314
"optional": true
315315
},
316+
{
317+
"command": "WITHATTRIBS",
318+
"type": "command",
319+
"optional": true
320+
},
316321
{
317322
"command": "COUNT",
318323
"name": "num",

internal/cmds/gen_vector_set.go

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/cmds/gen_vector_set_test.go

Lines changed: 25 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)