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 1b08f09 commit 3b6e84dCopy full SHA for 3b6e84d
src/cli.rs
@@ -21,7 +21,7 @@ use tokio::process::Command;
21
/// Simple Rust rewrite of a simple Nix Flake deployment tool
22
#[derive(Clap, Debug, Clone)]
23
#[clap(version = "1.0", author = "Serokell <https://serokell.io/>")]
24
-struct Opts {
+pub struct Opts {
25
/// The flake to deploy
26
#[clap(group = "deploy")]
27
target: Option<String>,
0 commit comments