Language

Package: ruby-bio-commandeer @ 0.4.0

Synopsis

Simplified running of shell commands from within Ruby

Description

Bio-commandeer provides an opinionated method of running shell commands from within Ruby. The advantage of bio-commandeer over other methods of running external commands is that when something goes wrong, messages printed to the STDOUT and STDERR streams are reported, giving extra detail to ease debugging.

Home page
https://github.com/wwood/bioruby-commandeer
Location
gnu/packages/ruby.scm (line: 9246, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?