From fa0d30c0fd5d59d038d432a1bafba35d941e760a Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 2 Jul 2026 00:40:06 +0200 Subject: [PATCH] tweak(aura-cli): understate the --help about-line (drop the game-engine framing) --- crates/aura-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aura-cli/src/main.rs b/crates/aura-cli/src/main.rs index 75ce59e..6212a43 100644 --- a/crates/aura-cli/src/main.rs +++ b/crates/aura-cli/src/main.rs @@ -3601,7 +3601,7 @@ fn run_dispatch(args: RunArgs) -> Result { /// The `aura` root parser. `#[command(version)]` reads `CARGO_PKG_VERSION` /// (the workspace `0.1.0`), so `aura --version` prints `aura 0.1.0`. #[derive(Parser)] -#[command(name = "aura", version, about = "A game engine for traders — research CLI", infer_long_args = true)] +#[command(name = "aura", version, about = "Author, backtest, and validate trading strategies — research CLI", infer_long_args = true)] struct Cli { #[command(subcommand)] command: Command,