feat (cli): add an alias --id for --name param for goose session --resume command (#3018)
This commit is contained in:
@@ -45,7 +45,8 @@ struct Identifier {
|
|||||||
long,
|
long,
|
||||||
value_name = "NAME",
|
value_name = "NAME",
|
||||||
help = "Name for the chat session (e.g., 'project-x')",
|
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>,
|
name: Option<String>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user