Sha256: 92c37de1a58ab8fda4de7b0ce3de12ead5fd20a09a43a471ae13c0de5b149a21
Contents?: true
Size: 838 Bytes
Versions: 3
Compression:
Stored size: 838 Bytes
Contents
@executable Feature: The GHC Executable As a developer who wants to interact with GitHub API v3 When I use interface provided by GHC I have access to command line interface Scenario Outline: Getting Help for Commands When I run `ghc <command>` Then the exit status should be 0 And the output should contain: """ ghc help [TASK] """ Examples: | command | | | | help | Scenario Outline: Getting Subcommands When I run `ghc <command>` Then the exit status should be 0 And the output should contain "ghc <command>" Examples: | command | | auth | | repo | | issue | | blob | | tree | | ref | | pull | | fork | | commit | | download | | key |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.3.1 | features/executable.feature |
github_cli-0.3.0 | features/executable.feature |
github_cli-0.2.1 | features/executable.feature |