Sha256: 9cece6019fa5f5d3758490a04be8b49e473dd49869784934b9b8a8c06669cdfc

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

Feature: Command Usage

  Scenario: Getting Usage for Commands

    When I run `ghc`
    Then the exit status should be 0
    And the output should contain "Usage: ghc"
      And the output should contain "[--config]"
      And the output should contain "[--no-color]"
      And the output should contain "[--no-pager]"
      And the output should contain "[--version]"
      And the output should contain "[--verbose]"

  Scenario: Specific usage for command

    When I run `ghc repo`
    Then the exit status should be 0
    And the output should contain "repo <subcommand>"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github_cli-0.4.4 features/usage.feature
github_cli-0.4.3 features/usage.feature
github_cli-0.4.2 features/usage.feature