fix(cli): update help text for --session-id (#10077)
Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,7 @@ pub struct Identifier {
|
||||
alias = "id",
|
||||
value_name = "SESSION_ID",
|
||||
help = "Session ID (e.g., '20250921_143022')",
|
||||
long_help = "Specify a session ID directly. When used with --resume, will resume this specific session if it exists."
|
||||
long_help = "Specify a session ID to resume. Requires --resume."
|
||||
)]
|
||||
pub session_id: Option<String>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user