tools: don't mangle the path for tools, just exec directly
[platform/upstream/libxkbcommon.git] / tools / xkbcli-list.1.ronn
1 # xkbcli-list(1) - list available XKB rules, models, layouts, variants and options
2
3 ## SYNOPSIS
4
5 **xkbcli** list [--help] [/path/to/xkbbase [/path/to/xkbbase] ...]
6
7 ## DESCRIPTION
8
9 **xkbcli list** is a commandline tool to list available model, layout, variant
10 and option (MLVO) values from the XKB registry.
11
12 Arguments provided on the commandline are treated as XKB base directory
13 installations.
14
15 ## OPTIONS
16
17   * `--help`:
18       Print help and exit
19
20   * `-v, --verbose`:
21       Increase verbosity, use multiple times for debugging output
22
23   * `--ruleset <name>`:
24       Load the ruleset with the given name
25
26   * `--skip-default-paths`:
27       Do not load the default XKB include paths
28
29   * `--load-exotic`:
30       Load exotic (extra) layouts
31
32 ## SEE ALSO
33
34 **xkbcli**(1)
35
36 The libxkbcommon online documentation at <https://xkbcommon.org>