commander-cli/commander

View on GitHub
pkg/app/testdata/test.yaml

Summary

Maintainability
Test Coverage
tests:
  it should print hello world:
    command: echo hello world
    stdout: hello world
    exit-code: 0
  another:
    command: echo another
    exit-code: 0