Skip to main content

Crate loq_cli

Crate loq_cli 

Source
Expand description

Command-line interface for loq.

Provides the main entry point and CLI argument handling for the loq tool.

Structs§

Cli
Parsed command-line arguments.

Enums§

Command
Available commands.
ExitStatus
Exit status for the CLI.

Functions§

run_env
Runs the CLI using environment args and stdio.
run_with
Runs the CLI with custom args and streams (for testing).