feat (cli): add an alias --id for --name param for goose session --resume command (#3018)

This commit is contained in:
Gary Zhou
2025-06-20 16:43:09 -04:00
committed by GitHub
parent c0042af553
commit b241fbb8b4

View File

@@ -45,7 +45,8 @@ struct Identifier {
long,
value_name = "NAME",
help = "Name for the chat session (e.g., 'project-x')",
long_help = "Specify a name for your chat session. When used with --resume, will resume this specific session if it exists."
long_help = "Specify a name for your chat session. When used with --resume, will resume this specific session if it exists.",
alias = "id"
)]
name: Option<String>,