Skip to content

Commit

Permalink
Add yes/no to constant aguends
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintraver committed Nov 11, 2023
1 parent 019bbe9 commit 15523bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dial/augend/constant.lua
Expand Up @@ -131,6 +131,7 @@ end

M.alias = {
bool = M.new { elements = { "true", "false" } },
yes_no = M.new { elements = { "yes", "no" } },
alpha = M.new {
elements = {
"a",
Expand Down

0 comments on commit 15523bb

Please sign in to comment.