Sha256: 45804d21646652d437d54884961c5422793898255fadd9058a1e2ba1082cbd10
Contents?: true
Size: 775 Bytes
Versions: 10
Compression:
Stored size: 775 Bytes
Contents
@search Feature: Github API Commands Search As a developer who wants to search for commands that leverage GitHub APIs When I use interface provided by GHC I have ability to list commands by search criteria Scenario: Listing When I run `ghc list` Then the exit status should be 0 And the output should contain: """ Github CLI client Commands: """ Scenario Outline: Pattern Matching When I run `ghc list <pattern>` Then the output should contain "repo" And the output should not contain "issue" Examples: | pattern | | re | | repo | Scenario: No Match When I run `ghc list bla` Then the output should contain: """ ghc: 'bla' is not a ghc command. See 'ghc --help'. """
Version data entries
10 entries across 10 versions & 1 rubygems