Skip to content

Commit fcd3515

Browse files
committed
feat(operator): Derive Clone for OperatorEnvironmentOptions
1 parent b7c8a3a commit fcd3515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-operator/src/cli/environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[derive(Debug, PartialEq, Eq, clap::Parser)]
1+
#[derive(Clone, Debug, PartialEq, Eq, clap::Parser)]
22
#[command(next_help_heading = "Environment Options")]
33
pub struct OperatorEnvironmentOptions {
44
/// The namespace the operator is running in, usually `stackable-operators`.

0 commit comments

Comments
 (0)