9 lines
281 B
YAML
9 lines
281 B
YAML
module: opt
|
|
docs: |
|
|
Provides commands for modifying options.
|
|
symbols:
|
|
- name: 'set'
|
|
syntax: opt:set NAME [VALUE]
|
|
docs: |
|
|
Returns the current value of the setting option NAME. If VALUE is present, modifies the setting option first before
|
|
returning the value. |