fix: Skip creating an ArgGroup for the All-in-One `Config`

As this type is flattened into other types also called `Config`, the
reused name would cause a conflict.
pull/24376/head
Jake Goulding 2022-09-30 14:29:10 -04:00
parent b2377a117a
commit 627f617284
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ pub type Result<T, E = Error> = std::result::Result<T, E>;
name = "all-in-one",
about = "Runs in IOx All in One mode, containing router, ingester, compactor and querier."
)]
#[group(skip)]
pub struct Config {
/// logging options
#[clap(flatten)]