mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-20 15:44:25 +01:00
feat: Make CLI session command alias visible (#1084)
This commit is contained in:
@@ -41,7 +41,10 @@ enum Command {
|
|||||||
Mcp { name: String },
|
Mcp { name: String },
|
||||||
|
|
||||||
/// Start or resume interactive chat sessions
|
/// Start or resume interactive chat sessions
|
||||||
#[command(about = "Start or resume interactive chat sessions", alias = "s")]
|
#[command(
|
||||||
|
about = "Start or resume interactive chat sessions",
|
||||||
|
visible_alias = "s"
|
||||||
|
)]
|
||||||
Session {
|
Session {
|
||||||
/// Name for the chat session
|
/// Name for the chat session
|
||||||
#[arg(
|
#[arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user