aboutsummaryrefslogtreecommitdiff
path: root/data/help/option.yaml
blob: 1948b7ac409589c66acb401f2c2863e3cd135d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "option"
category: "General"
description: |
  View or change character settings.

  Usage: option               - List all options and their current values
         options              - Same as option
         option <name>        - Show details for a specific option
         option <name> <val>  - Set an option to a value

  Boolean options accept on/off, true/false, yes/no, or 1/0.
  String options show available choices with option <name>.
  Numeric options accept any integer.

  Examples:
    option tinymap off
    option color ansi
    option mapwidth 50

  Use help <option> for details on a specific option.