From da253f164424d411abeaa02f7293c9808a86b253 Mon Sep 17 00:00:00 2001 From: David Katz Date: Fri, 27 Jun 2025 13:42:36 -0400 Subject: [PATCH] Update goose help to include cli (#3095) --- crates/goose-cli/src/cli.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/goose-cli/src/cli.rs b/crates/goose-cli/src/cli.rs index 1c0b20bb..3cfc7180 100644 --- a/crates/goose-cli/src/cli.rs +++ b/crates/goose-cli/src/cli.rs @@ -552,13 +552,15 @@ enum Command { reconfigure: bool, }, + /// Evaluate system configuration across a range of practical tasks + #[command(about = "Evaluate system configuration across a range of practical tasks")] Bench { #[command(subcommand)] cmd: BenchCommand, }, /// Start a web server with a chat interface - #[command(about = "Start a web server with a chat interface", hide = true)] + #[command(about = "Experimental: Start a web server with a chat interface")] Web { /// Port to run the web server on #[arg(