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 b7c8a3a commit fcd3515Copy full SHA for fcd3515
1 file changed
crates/stackable-operator/src/cli/environment.rs
@@ -1,4 +1,4 @@
1
-#[derive(Debug, PartialEq, Eq, clap::Parser)]
+#[derive(Clone, Debug, PartialEq, Eq, clap::Parser)]
2
#[command(next_help_heading = "Environment Options")]
3
pub struct OperatorEnvironmentOptions {
4
/// The namespace the operator is running in, usually `stackable-operators`.
0 commit comments