We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010b3cb commit 71c317aCopy full SHA for 71c317a
cli/src/cli.rs
@@ -92,7 +92,9 @@ pub(crate) enum Commands {
92
Complete(CompleteCommand),
93
#[command(about = "Generate bug report template")]
94
BugReport(BugReportCommand),
95
- #[command(about = "Unstable experimental commands")]
+ #[command(
96
+ about = "Unstable experimental commands; behavior and interface may change or be removed"
97
+ )]
98
Experimental(ExperimentalCommand),
99
}
100
0 commit comments