Edit

kc3-lang/libxkbcommon/tools/xkbcli-compile-compose.1

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-11-14 18:09:03
    Hash : 628242b2
    Message : tools: Add --test to compile-{keymap,compose} The new flag `--test` enables to only test if compilation succeeds, without printing the corresponding keymap or Compose file. This is useful for quick feedback and to speedup some tests suites, e.g. for `xkeyboard-config`.

  • tools/xkbcli-compile-compose.1
  • .Dd June 4, 2024
    .Dt XKBCLI\-COMPILE\-COMPOSE 1
    .Os
    .
    .Sh NAME
    .Nm "xkbcli\-compile\-compose"
    .Nd compile an X Keyboard Compose file
    .
    .Sh SYNOPSIS
    .Nm
    .Op Ar options
    .
    .Sh DESCRIPTION
    .Nm
    compile and print a Compose file based on the given options
    .
    .Bl -tag -width Ds
    .It Fl \-help
    Print help and exit
    .
    .It Fl \-file Ar FILE
    Specify a Compose file to load
    .
    .It Fl \-locale Ar LOCALE
    Specify the locale directly, instead of relying on the environment variables
    LC_ALL, LC_TYPE and LANG.
    .
    .It Fl \-test
    Test compilation but do not print the Compose file
    .El
    .
    .Sh SEE ALSO
    .Xr xkbcli 1 ,
    .Xr Compose 5 ,
    .Lk https://xkbcommon.org "The libxkbcommon online documentation"