Update goose help to include cli (#3095)

This commit is contained in:
David Katz
2025-06-27 13:42:36 -04:00
committed by GitHub
parent aabfb2fca6
commit da253f1644
+3 -1
View File
@@ -552,13 +552,15 @@ enum Command {
reconfigure: bool, reconfigure: bool,
}, },
/// Evaluate system configuration across a range of practical tasks
#[command(about = "Evaluate system configuration across a range of practical tasks")]
Bench { Bench {
#[command(subcommand)] #[command(subcommand)]
cmd: BenchCommand, cmd: BenchCommand,
}, },
/// Start a web server with a chat interface /// 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 { Web {
/// Port to run the web server on /// Port to run the web server on
#[arg( #[arg(