Sha256: cd5232a024cd3b2f94cba2b25d2ededd88a26dee704d6722ec09502c26ea894a

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

Feature: ghc errors notification

  Scenario: Unknown formatting option

    When I run `ghc repo list -u wycats --format=unknown`
    Then the exit status should be 1
    And the output should contain:
    """
    Fatal error has occurred. Unrecognized formatting options: unknown
    """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github_cli-0.4.2 features/errors.feature
github_cli-0.4.1 features/errors.feature
github_cli-0.4.0 features/errors.feature