Sha256: c4b1dc8ecf8b77950ae7df50d8537dde87dc7a3f5cec8a9cbe58a3eb022828da

Contents?: true

Size: 414 Bytes

Versions: 4

Compression:

Stored size: 414 Bytes

Contents

Feature: ghc milestone

  Scenario: Available commands

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

Version data entries

4 entries across 4 versions & 1 rubygems

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