Sha256: 9520934c19514a08b42a3227a81c248f5e10d1aed9f95db4190756daf5a1a54c
Contents?: true
Size: 807 Bytes
Versions: 29
Compression:
Stored size: 807 Bytes
Contents
Feature: Appending -h or --help to a command As a user I want to be able to run berkshelf like my existing Unix CLI tools So that I don't have remember thor's stupid argument ordering Scenario: Specifying the --help option Given I successfully run `berks --help` Then the output should be the same as `berks help` Scenario: Specifying the -h option Given I successfully run `berks -h` Then the output should be the same as `berks help` Scenario: Specifying the --help option to a sub-command Given I successfully run `berks cookbook --help` Then the output should be the same as `berks help cookbook` Scenario: Specifying the -h option to a sub-command Given I successfully run `berks cookbook -h` Then the output should be the same as `berks help cookbook`
Version data entries
29 entries across 29 versions & 1 rubygems