Skip to main content

Crate qn

Crate qn 

Source
Expand description

Library entry point for the qn CLI.

This module exists so integration tests can call into the CLI in-process. See tests/common/mod.rs for the test harness.

Re-exports§

pub use cli::Cli;
pub use errors::CliError;

Modules§

cli
Top-level clap derive entry point.
context
Runtime context shared by every command.
errors
Top-level error type for the CLI and the SDK→user message mapping.
output
Output rendering.