Skip to content

Tags: initdc/exec.cr

Tags

v0.2.3

Toggle v0.2.3's commit message
feat: output type only accept IO or Array(IO)

- idea from branch v0.1
- use subclass of Process::Status as Err type

v0.1.3

Toggle v0.1.3's commit message
feat: use more simple ok? instead of success?

- simple means less error

v0.1.2

Toggle v0.1.2's commit message
feat: Exec.run return Exec::Status type

- Exec::Status has getter stdout stderr

v0.2.2

Toggle v0.2.2's commit message
feat: use Err type rather than a tuple

- No need override IO::MultiWriter IO type

v0.2.1

Toggle v0.2.1's commit message
fix: IO::MultiWriter not add STDOUT twice

v0.2.0

Toggle v0.2.0's commit message
refactor: Exec.run return Result Type now

- With Exec::IO::MultiWriter we can print and get output both
- Improve Exec.each_line performance
- Update CI, change spec option
- Update README

v0.1.1

Toggle v0.1.1's commit message
fix: add chomp option for output method

v0.1.0

Toggle v0.1.0's commit message
feat: add exec lib for crystal