From 3b6e84d3e274606432876b97b586d06771a3216f Mon Sep 17 00:00:00 2001
From: Timothy DeHerrera
Date: Wed, 14 Jul 2021 17:24:37 -0600
Subject: make cli opts public
---
src/cli.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/cli.rs b/src/cli.rs
index 3cf64bb..2fdaaec 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -21,7 +21,7 @@ use tokio::process::Command;
/// Simple Rust rewrite of a simple Nix Flake deployment tool
#[derive(Clap, Debug, Clone)]
#[clap(version = "1.0", author = "Serokell ")]
-struct Opts {
+pub struct Opts {
/// The flake to deploy
#[clap(group = "deploy")]
target: Option,
--
cgit v1.2.3