Skip to content

Commit 71c317a

Browse files
committed
✏️ Clarify description for Experimental command
Expanded the 'Experimental' command's about text to warn users that its behavior and interface may change or be removed.
1 parent 010b3cb commit 71c317a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/src/cli.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ pub(crate) enum Commands {
9292
Complete(CompleteCommand),
9393
#[command(about = "Generate bug report template")]
9494
BugReport(BugReportCommand),
95-
#[command(about = "Unstable experimental commands")]
95+
#[command(
96+
about = "Unstable experimental commands; behavior and interface may change or be removed"
97+
)]
9698
Experimental(ExperimentalCommand),
9799
}
98100

0 commit comments

Comments
 (0)