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

View File

@@ -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(