summaryrefslogtreecommitdiff
path: root/cli/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/worker.rs')
-rw-r--r--cli/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/worker.rs b/cli/worker.rs
index 1beaa27ba..64ce28477 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -66,6 +66,7 @@ pub trait HasNodeSpecifierChecker: Send + Sync {
fn has_node_specifier(&self) -> bool;
}
+#[derive(Clone)]
pub struct CliMainWorkerOptions {
pub argv: Vec<String>,
pub debug: bool,