Skip to content

Commit 3b6e84d

Browse files
committed
make cli opts public
1 parent 1b08f09 commit 3b6e84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use tokio::process::Command;
2121
/// Simple Rust rewrite of a simple Nix Flake deployment tool
2222
#[derive(Clap, Debug, Clone)]
2323
#[clap(version = "1.0", author = "Serokell <https://serokell.io/>")]
24-
struct Opts {
24+
pub struct Opts {
2525
/// The flake to deploy
2626
#[clap(group = "deploy")]
2727
target: Option<String>,

0 commit comments

Comments
 (0)