tweak(aura-cli): understate the --help about-line (drop the game-engine framing)

This commit is contained in:
2026-07-02 00:40:06 +02:00
parent 27f0f8ea11
commit fa0d30c0fd
+1 -1
View File
@@ -3601,7 +3601,7 @@ fn run_dispatch(args: RunArgs) -> Result<RunReport, String> {
/// 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,