Fix issues detected by static analysis tool
[platform/upstream/libxkbcommon.git] / tools / xkbcli-list.1
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
14 List available model, layout, variant and option (MLVO) values from the XKB registry.
15 The output is in YAML 1.2 format.
16 .
17 .Pp
18 Positional arguments are treated as XKB base directory installations.
19 .
20 .Bl -tag -width Ds
21 .It Fl \-help
22 Print help and exit
23 .
24 .It Fl \-verbose
25 Increase verbosity, use multiple times for debugging output
26 .
27 .It Fl \-ruleset Ar name
28 Load the ruleset with the given name
29 .
30 .It Fl \-skip\-default\-paths
31 Do not load the default XKB include paths
32 .
33 .It Fl \-load\-exotic
34 Load exotic (extra) layouts
35 .El
36 .
37 .Sh SEE ALSO
38 .Xr xkbcli 1 ,
39 .Lk https://xkbcommon.org "The libxkbcommon online documentation"