mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-09 12:53:32 +00:00
add note about += and -= to README
add increment/decrement instructions to example_commands
This commit is contained in:
@@ -27,7 +27,7 @@ Where:
|
||||
## `API Commands`
|
||||
|
||||
- Commands starting with `!` will be toggled, use it with boolean parameters.
|
||||
- Commands containing `=` will set a value.
|
||||
- Commands containing `=` will set a value. (use `+=` and `-=` to increment/decrement)
|
||||
- All other commands with get a value.
|
||||
|
||||
Examples:
|
||||
|
||||
Reference in New Issue
Block a user