allenap / shell-quote

A Rust library for shell quoting strings, e.g. for interpolating into a Bash script. This is not as simple as most people think!
Apache License 2.0
5 stars 2 forks source link

Hide support for different shells behind feature flags #12

Closed mickvangelderen closed 2 months ago

mickvangelderen commented 2 months ago

So people can only include what they need (even though it is not a lot of code).