We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d3a7b commit 455952dCopy full SHA for 455952d
src/clap_app.rs
@@ -1,6 +1,6 @@
1
use clap::{Arg, ArgAction, Command};
2
3
-pub const VERSION: &str = "0.4.27";
+pub const VERSION: &str = "0.4.28";
4
5
pub fn build_dotenvx_app() -> Command {
6
let run_command = Command::new("run")
src/master_key.rs
@@ -3,7 +3,7 @@ use dirs::home_dir;
use std::env;
use std::process::Stdio;
7
8
fn main() -> Result<(), Box<dyn std::error::Error>> {
9
let mut raw_args: Vec<String> = env::args().skip(1).collect();
0 commit comments