Sha256: 6f2af9ddc7bbe8db461c94c15cf63a4f89ba1eb1d88c6f216f935e15a1d875ce
Contents?: true
Size: 616 Bytes
Versions: 1
Compression:
Stored size: 616 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 |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.1.0 | features/search.feature |