Sha256: 52c7faaeeb2e11e87d291b34325f0e0655b63909096496d31a4eecbb8cd264cc

Contents?: true

Size: 581 Bytes

Versions: 13

Compression:

Stored size: 581 Bytes

Contents

Feature: Command Usage

  Scenario: Getting Usage for Commands

    When I run `gcli`
    Then the exit status should be 0
    And the output should contain "Usage: gcli"
      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 `gcli repo`
    Then the exit status should be 0
    And the output should contain "repo <subcommand>"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
github_cli-0.6.2 features/usage.feature
github_cli-0.6.1 features/usage.feature
github_cli-0.6.0 features/usage.feature
github_cli-0.5.9 features/usage.feature
github_cli-0.5.8 features/usage.feature
github_cli-0.5.7 features/usage.feature
github_cli-0.5.6 features/usage.feature
github_cli-0.5.5 features/usage.feature
github_cli-0.5.4 features/usage.feature
github_cli-0.5.3 features/usage.feature
github_cli-0.5.2 features/usage.feature
github_cli-0.5.1 features/usage.feature
github_cli-0.5.0 features/usage.feature