Releases: adamhl8/shellrunner
Releases · adamhl8/shellrunner
0.4.1
- Bumped version for pypi publishing
0.4.0
- Renamed project to
shellrunner
- Renamed
show_commands
to show_command
- Refactored and cleaned up code/comments
0.3.4
- Add color to
shellrunner: command
output.
0.3.3
- Cleaned and fixed package build.
- Fixed unicode escape.
0.3.2
Resolve parent shell path with psutil.
0.3.1
Only get parent shell path if shell is not passed in.
0.3.0
Add pipestatus
to ShellCommandResult
.
0.2.0
ShellCommandError
now includes out
and status
of the failed command.