concurrent_shell_commands 0.4.0

runs commands concurrently and display their name and output, with configurable filtering of output
Documentation
1
2
3
4
5
6
7
8
9
Feature: display the version

  Scenario: version
    When I run "conc --version"
    Then STDOUT contains:
      """
      conc 0.4.0
      """
    And the exit code is 0