6f20cc15b5d19fdcf5b8d48c69e34f70b82127d8
[platform/upstream/libxkbcommon.git] / tools / xkbcli-list.1
1 .TH "XKBCLI\-LIST" "1" "" "" "libxkbcommon manual"
2 .
3 .SH "NAME"
4 \fBxkbcli\-list\fR \- list available XKB models, layouts, variants and options
5 .
6 .SH "SYNOPSIS"
7 \fBxkbcli\fR list [\-\-help] [/path/to/xkbbase [/path/to/xkbbase] ...]
8 .
9 .SH "DESCRIPTION"
10 \fBxkbcli list\fR is a commandline tool to list available model, layout, variant and option (MLVO) values from the XKB registry.
11 .
12 .P
13 Arguments provided on the commandline are treated as XKB base directory installations.
14 .
15 .SH "OPTIONS"
16 .
17 .TP
18 .B \-\-help
19 Print help and exit
20 .
21 .TP
22 .B \-v, \-\-verbose
23 Increase verbosity, use multiple times for debugging output
24 .
25 .TP
26 .B \-\-ruleset=<name>
27 Load the ruleset with the given name
28 .
29 .TP
30 .B \-\-skip\-default\-paths
31 Do not load the default XKB include paths
32 .
33 .TP
34 .B \-\-load\-exotic
35 Load exotic (extra) layouts
36 .
37 .SH "SEE ALSO"
38 \fBxkbcli\fR(1)
39 .
40 .P
41 The
42 .UR https://xkbcommon.org
43 libxkbcommon online documentation
44 .UE