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 9e933ef commit 0243c3eCopy full SHA for 0243c3e
rust/stackablectl/src/cmds/demo.rs
@@ -113,10 +113,11 @@ to specify operator versions."
113
#[command(flatten)]
114
namespaces: CommonNamespaceArgs,
115
116
+ /// Source the charts from either a OCI registry or from index.yaml-based repositories.
117
#[arg(
118
long,
- long_help = "Source the charts from either a OCI registry or from Nexus repositories.",
119
- value_enum, default_value_t = Default::default()
+ value_enum,
120
+ default_value_t = Default::default()
121
)]
122
chart_source: ChartSourceTypeArg,
123
}
0 commit comments