Sha256: 43e5544a68ddcc190eb0976e8c9beab95e9077f5ce7d5bc24676d2ae970d027f
Contents?: true
Size: 442 Bytes
Versions: 9
Compression:
Stored size: 442 Bytes
Contents
Feature: Howitzer CLI Unknown command 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
9 entries across 9 versions & 1 rubygems