Sha256: 8f07561e7d1828ca0d66ddfd45c466662063adb48ab396ccbc1edc33a5a30a1f

Contents?: true

Size: 832 Bytes

Versions: 4

Compression:

Stored size: 832 Bytes

Contents

Feature: ghc team

  Scenario: Available commands
    When I run `ghc team`
    Then the exit status should be 0
      And the output should contain "ghc team add_member"
      And the output should contain "ghc team add_repo"
      And the output should contain "ghc team create"
      And the output should contain "ghc team delete"
      And the output should contain "ghc team edit"
      And the output should contain "ghc team get"
      And the output should contain "ghc team list"
      And the output should contain "ghc team list_member"
      And the output should contain "ghc team list_repo"
      And the output should contain "ghc team member"
      And the output should contain "ghc team remove_member"
      And the output should contain "ghc team remove_repo"
      And the output should contain "ghc team repo"

Version data entries

4 entries across 4 versions & 1 rubygems

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