Skip to main content

Crate lyquor_cli

Crate lyquor_cli 

Source
Expand description

Shared command-line support for Lyquor binaries.

lyquor-cli keeps cross-binary concerns out of the node and tooling crates. It owns tracing initialization, environment-driven log filtering, build-version display, and Cargo build-script helpers used by binaries that otherwise have separate command surfaces. Command-specific parsing and behavior remain in the crates that expose those binaries.

Modules§

script
Cargo build-script helpers shared by Lyquor binaries.

Macros§

build_version

Functions§

format_logo_banner
Render the startup banner using the supplied build version string.
setup_tracing
Install the process-wide tracing subscriber from Lyquor logging environment variables.