Name

MlStd_Std.Export - Export information from a project.

Synopsis

MlStd_Std.Export [COMMAND] …

Commands

create-blibs [--doc=VAL] [--import-signature=SIG_FILE] [--out-dir=FILE] [OPTION]… [ARG]…
Create a binary library blib archive directory for the libraries of the project.

create-m2l [--import-signature=SIG_FILE] [--out-m2l=FILE] [OPTION]…
Create a m2l file.

create-signature [--import-signature=SIG_FILE] [--out-signature=FILE] [OPTION]…
Create a signature file.

update-project [--import-project=PROJECT_DIR] [--publish-as-us-in-share-dir=PROJECT_NAME] [OPTION]…
Create an `exports` field inside dkproject.jsonc summarizing all the You libraries.

Common options

These options are common to all commands.

--color=WHEN (absent=auto)
Colorize the output. WHEN must be one of auto, always or never.

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.

-l LEVEL, --log-level=LEVEL
Set the verbosity of log messages. If the option is repeated the last LEVEL is used. LEVEL must be one of ERROR, WARNING, INFO or DEBUG.

-q, --quiet
Be quiet. Takes precedence over -l and --log-level options.

Exit status

MlStd_Std.Export exits with:

0
on success.

123
on indiscriminate errors reported on standard error.

124
on command line parsing errors.

125
on unexpected internal errors (bugs).

Bugs

Support the project with a GitHub star at https://github.com/diskuv/dk.

Leave feedback or bug reports at https://github.com/diskuv/dk/issues.