Skip to content

Commit 079bbc8

Browse files
committed
add help
1 parent 1ae369e commit 079bbc8

File tree

1 file changed

+5
-1
lines changed
  • crates/chat-cli/src/cli/chat/cli

1 file changed

+5
-1
lines changed

crates/chat-cli/src/cli/chat/cli/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ pub enum SlashCommand {
104104
Persist(PersistSubcommand),
105105
// #[command(flatten)]
106106
// Root(RootSubcommand),
107-
#[command(subcommand)]
107+
#[command(
108+
about = "(Beta) Manage workspace checkpoints (list, expand, diff, restore)\n Experimental features may be changed or removed at any time",
109+
hide = true,
110+
subcommand
111+
)]
108112
Checkpoint(CheckpointSubcommand),
109113
/// View, manage, and resume to-do lists
110114
#[command(subcommand)]

0 commit comments

Comments
 (0)