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§
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.