Tyrrrz / CliWrap

Library for running command-line processes
MIT License
4.32k stars 264 forks source link

Shorthand to run a command in a shell #222

Closed Tyrrrz closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4978a6e) 95.05% compared to head (f873976) 95.06%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #222 +/- ## ========================================== + Coverage 95.05% 95.06% +0.01% ========================================== Files 45 45 Lines 1132 1135 +3 Branches 87 88 +1 ========================================== + Hits 1076 1079 +3 Misses 36 36 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Tyrrrz commented 9 months ago

Closing as probably not worth it. Having a shorthand to run the default shell regardless of the OS is nice, but the actual commands will still most likely depend on the OS anyway.