From d2aef0fc94ac8217a6d1571efacd3635bab11d48 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Fri, 2 Feb 2024 18:04:07 +0800 Subject: [PATCH] hide standalone, update docs for playground --- src/cmd_all/src/playground.rs | 2 +- src/cmd_all/src/standalone.rs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cmd_all/src/playground.rs b/src/cmd_all/src/playground.rs index 70039264f6ef7..1b03048d5d6e0 100644 --- a/src/cmd_all/src/playground.rs +++ b/src/cmd_all/src/playground.rs @@ -137,7 +137,7 @@ fn get_services(profile: &str) -> (Vec, bool) { } #[derive(Debug, Clone, Parser)] -#[command(about = "The quick way to start a RisingWave cluster for playing around")] +#[command(about = "The quick way to start an in-memory RisingWave cluster for playing around")] pub struct PlaygroundOpts { /// The profile to use. #[clap(short, long, env = "PLAYGROUND_PROFILE", default_value = "playground")] diff --git a/src/cmd_all/src/standalone.rs b/src/cmd_all/src/standalone.rs index 3092ad5f2be66..33e61e5b41f2b 100644 --- a/src/cmd_all/src/standalone.rs +++ b/src/cmd_all/src/standalone.rs @@ -27,7 +27,8 @@ use crate::common::osstrs; #[derive(Eq, PartialOrd, PartialEq, Debug, Clone, Parser)] #[command( version, - about = "The Standalone mode allows users to start multiple services in one process, it exposes node-level options for each service" + about = "The Standalone mode allows users to start multiple services in one process, it exposes node-level options for each service", + hide = true )] pub struct StandaloneOpts { /// Compute node options