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 bcce9f2 commit fdf4d72Copy full SHA for fdf4d72
crates/fluvio-cluster/src/cli/mod.rs
@@ -91,8 +91,8 @@ pub enum ClusterCmd {
91
#[command(name = "status")]
92
Status(StatusOpt),
93
94
- /// Shutdown cluster processes without deleting data
95
- #[command(name = "shutdown")]
+ /// Shutdown cluster processes without deleting data (alias: stop)
+ #[command(name = "shutdown", alias = "stop")]
96
Shutdown(ShutdownOpt),
97
}
98
0 commit comments