Sha256: b587bb71a1e6b6603778c515f532d3c519161ef77aef84c334ec14a629adbd10
Contents?: true
Size: 434 Bytes
Versions: 1
Compression:
Stored size: 434 Bytes
Contents
Feature: Howitzer CLI Version Scenario: Run with --unknown global option When I run `howitzer --unknown` Then the output should contain: """ error: Unknown option --unknown """ And the exit status should be 64 Scenario: Run with unknown command When I run `howitzer unknown` Then the output should contain: """ error: Unknown command 'unknown' """ And the exit status should be 64
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
howitzer-1.0.2 | features/cli_unknown.feature |