diff --git a/Cargo.lock b/Cargo.lock index dc2b422..d48d85f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "toke-runner" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "regex", diff --git a/Cargo.toml b/Cargo.toml index 8d81bbf..f3b276a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/afonsofrancof/toke" readme = "README.md" keywords = ["cli", "toml", "command", "runner", "toke"] categories = ["command-line-utilities", "development-tools"] -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" diff --git a/src/bin/toke.rs b/src/bin/toke.rs index 248d746..29f6c96 100644 --- a/src/bin/toke.rs +++ b/src/bin/toke.rs @@ -197,6 +197,22 @@ fn replace_variables(parsed_toml: &mut toml::Value, cli_vars: HashMap