From d8821de7740d023b9d735705790d299c6238b2eb Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Thu, 29 May 2025 00:24:30 +1000 Subject: [PATCH] nit: small change to show explain for recipes (#2693) Co-authored-by: Lifei Zhou --- crates/goose-cli/src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/goose-cli/src/cli.rs b/crates/goose-cli/src/cli.rs index 0e2651f617..4e6deb4747 100644 --- a/crates/goose-cli/src/cli.rs +++ b/crates/goose-cli/src/cli.rs @@ -353,8 +353,8 @@ enum Command { short = None, long = "recipe", value_name = "RECIPE_NAME or FULL_PATH_TO_RECIPE_FILE", - help = "Recipe name to get recipe file or the full path of the recipe file", - long_help = "Recipe name to get recipe file or the full path of the recipe file that defines a custom agent configuration", + help = "Recipe name to get recipe file or the full path of the recipe file (use --explain to see recipe details)", + long_help = "Recipe name to get recipe file or the full path of the recipe file that defines a custom agent configuration. Use --explain to see the recipe's title, description, and parameters.", conflicts_with = "instructions", conflicts_with = "input_text" )]