mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-20 05:54:31 +01:00
Update goose help to include cli (#3095)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user