rust-shell-script / rust_cmd_lib

Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way
https://docs.rs/cmd_lib/
Apache License 2.0
1.05k stars 37 forks source link

Support iterators that can produce OsStr for `$[value]` #49

Closed crzysdrs closed 2 years ago

crzysdrs commented 2 years ago

This allows end users to provide iterators that produce &OsStr in addition to vectors to the $[value] argument.

rust-shell-script commented 2 years ago

Thanks for the clean up!