mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-23 15:34:27 +01: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