nit: small change to show explain for recipes (#2693)

Co-authored-by: Lifei Zhou <lifei@squareup.com>
This commit is contained in:
Michael Neale
2025-05-29 00:24:30 +10:00
committed by GitHub
parent 153b84263e
commit d8821de774
+2 -2
View File
@@ -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"
)]