Volodia P.-G.
Results
2
comments of
Volodia P.-G.
Hey, a fix might be in `cli.rs` to add `num_args = 1..` (https://docs.rs/clap/latest/clap/struct.Arg.html#method.num_args I think) ```rust /// A list of flakes to deploy alternatively #[arg(long, group = "deploy", num_args =...
Hello, For managing secret files, it is advisable, especially in nix where nix can leak secrets in the derivation store, to use a secret manager such as https://github.com/Mic92/sops-nix or https://github.com/ryantm/agenix....