Sha256: 3181b3f27646059b809f8fef4c6f0f07a71c1d8f8fe0ebea51d1090df9e5053e

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 Bytes

Contents

Feature: gh repository

  Scenario: Available commands
    When I run `ghc repo`
    Then the exit status should be 0
      And the output should contain "ghc repo branches"
      And the output should contain "ghc repo contribs"
      And the output should contain "ghc repo create"
      And the output should contain "ghc repo edit"
      And the output should contain "ghc repo get"
      And the output should contain "ghc repo list"
      And the output should contain "ghc repo languages"
      And the output should contain "ghc repo tags"
      And the output should contain "ghc repo teams"

#   Scenario: List repositories
#     When I run `ghc repo ls --user=wycats`
#     Then the exit status should be 0

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_cli-0.4.3 features/repositories.feature
github_cli-0.4.2 features/repositories.feature
github_cli-0.4.1 features/repositories.feature
github_cli-0.4.0 features/repositories.feature