mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST
This makes it a bit more obvious what the expected number of arguments is.
This commit is contained in:
parent
000d96e525
commit
9227cb7d67
5 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ struct cmd_results {
|
|||
|
||||
enum expected_args {
|
||||
EXPECTED_AT_LEAST,
|
||||
EXPECTED_LESS_THAN,
|
||||
EXPECTED_AT_MOST,
|
||||
EXPECTED_EQUAL_TO
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue