1ZCONFIG_SCHEMA2HTML(1)           User Commands          ZCONFIG_SCHEMA2HTML(1)
2
3
4

NAME

6       zconfig_schema2html – Print an HTML version of a schema
7

SYNOPSIS

9       zconfig_schema2html   [-h]   [--out OUT]  [--package]  [--members [MEM‐
10       BERS ...]]  [SCHEMA-OR-PACKAGE]
11

OPTIONS

13   POSITIONAL ARGUMENTS
14       [SCHEMA-OR-PACKAGE]
15              The schema to print.  By default, a file.  Optionally, a  Python
16              package.   If  not given, defaults to reading a schema file from
17              stdin
18
19   OPTIONAL ARGUMENTS
20       -h, --help
21              Show a help message and exit.
22
23       --out OUT, -o OUT
24              Write the schema to this file; if not given, write to stdout.
25
26       --package
27              The SCHEMA-OR-PACKAGE argument indicates a  Python  package  in‐
28              stead  of a file.  The component.xml (by default) from the pack‐
29              age will be read.
30
31       --package-file PACKAGE_FILE
32              When PACKAGE is given, this can specify the file  inside  it  to
33              load.
34
35       --members [MEMBERS ...]
36              Only  output sections and types in this list (and reachable from
37              it).
38

SEE ALSO

40       zconfig(1)
41
42
43
44                                 December 2022          ZCONFIG_SCHEMA2HTML(1)
Impressum