Skip to content

Commit

Permalink
Removed block argument per PR comment
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Raj <[email protected]>
  • Loading branch information
px86 committed Jan 23, 2025
1 parent c8d2c77 commit 6596ac2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 45 deletions.
15 changes: 3 additions & 12 deletions hack/cmds/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -5063,18 +5063,9 @@
"token": "XX"
},
{
"type": "block",
"arguments": [
{
"name": "ifeq",
"type": "pure-token",
"token": "IFEQ"
},
{
"name": "comparison-value",
"type": "string"
}
]
"name": "ifeq",
"type": "string",
"token": "IFEQ"
}
],
"optional": true
Expand Down
37 changes: 15 additions & 22 deletions internal/cmds/gen_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions internal/cmds/gen_string_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6596ac2

Please sign in to comment.