xref: /aosp_15_r20/external/libxkbcommon/tools/xkbcli-list.1 (revision 2b949d0487e80d67f1fda82db69e101e761f8064)
1.Dd November 1, 2021
2.Dt XKBCLI\-LIST 1
3.Os
4.
5.Sh NAME
6.Nm "xkbcli list"
7.Nd list available XKB models, layouts, variants and options
8.
9.Sh SYNOPSIS
10.Nm
11.Op Pa /path/to/xkbbase Oo Pa /path/to/xkbbase Oc ...
12.
13.Sh DESCRIPTION
14List available model, layout, variant and option (MLVO) values from the XKB registry.
15The output is in YAML 1.2 format.
16.
17.Pp
18Positional arguments are treated as XKB base directory installations.
19.
20.Bl -tag -width Ds
21.It Fl \-help
22Print help and exit
23.
24.It Fl \-verbose
25Increase verbosity, use multiple times for debugging output
26.
27.It Fl \-ruleset Ar name
28Load the ruleset with the given name
29.
30.It Fl \-skip\-default\-paths
31Do not load the default XKB include paths
32.
33.It Fl \-load\-exotic
34Load exotic (extra) layouts
35.El
36.
37.Sh SEE ALSO
38.Xr xkbcli 1 ,
39.Lk https://xkbcommon.org "The libxkbcommon online documentation"
40