Sha256: 8e52e70c45fd49733d60d7c92b62ebe60cb6e58840f36435c7a334c3c8033a51

Contents?: true

Size: 661 Bytes

Versions: 3

Compression:

Stored size: 661 Bytes

Contents

Feature: ghc label

  Scenario: Available commands

    When I run `ghc label`
    Then the exit status should be 0
      And the output should contain "ghc label add"
      And the output should contain "ghc label create"
      And the output should contain "ghc label delete"
      And the output should contain "ghc label get"
      And the output should contain "ghc label issue"
      And the output should contain "ghc label list"
      And the output should contain "ghc label milestone"
      And the output should contain "ghc label remove"
      And the output should contain "ghc label replace"
      And the output should contain "ghc label update"

Version data entries

3 entries across 3 versions & 1 rubygems

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