lxnc

command module
v0.0.0-...-e86b184 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 9 Imported by: 0

README

lxnc

lxnc is a compiler for lxn to translate schema definitions into the binary representation, which is used by the client libraries.

Usage

Synopsis:
  lxnc [options] [schema-file ...]

Description:
  The lxnc tool compiles lxn schema definition files into their binary representation.

  The following options are available:
    --locale <locale tag>
        Specify the locale for which the lxnc catalog should be created. This option is
        required.
    --out <path>
        Specify the output path of the generated lxnc catalog files. The default is the
        current directory.
    --merge
        Merge all input files into a single catalog.
        If --merge-into is not specified, the catalog is named after the locale.
    --merge-into <catalog name>
        Specify the name of the merged catalog. This flag automatically sets
        the --merge option.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL