Update goose help to include cli (#3095)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user