Expand description
§CLI entry point
Reusable CLI logic that is called by both the standard tropel binary
and custom binaries built with tropel build --with <ext>.
This module handles argument parsing, tracing initialization, and
dispatching to the appropriate engine subcommand. Custom binaries
simply call tropel_engine::cli::run_cli() from their fn main().
Structs§
- Cli
- Tropel — A high-performance load-testing framework.
Enums§
Functions§
- run_cli
- Run the CLI — parses args, initializes tracing, dispatches to engine.