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
parent
b2377a117a
commit
627f617284
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue