diff --git a/Cargo.lock b/Cargo.lock index 6d6894c..4b34d25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,7 +188,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "leanify-many" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cfg-if", "futures", diff --git a/Cargo.toml b/Cargo.toml index cd1b985..e0c7167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leanify-many" -version = "1.0.0" +version = "1.0.1" description = "spawn leanify subprocesses" authors = ["Avril "] edition = "2018" diff --git a/README.md b/README.md index 2d72c8e..8edf069 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ I included a Gentoo ebuild for [leanify] in [other] [other]: ./other/Leanify-0.4.3.ebuild +And also an ebuild for `leanify-many` in [ebuild] + +[other]: ./ebuild + # License GPL'd with <3 diff --git a/src/arg.rs b/src/arg.rs index ad3aa92..5221627 100644 --- a/src/arg.rs +++ b/src/arg.rs @@ -370,6 +370,7 @@ where I: IntoIterator, }, "-r" => { cfg.recursive = None; + continue; }, "-" => { reading= false;