mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
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,
|
||||
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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user