Sha256: 02399abe9329004c34bb7fe4b7030ee2f41513da789209673ac4e9bf063fb23b
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
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 <cmd>` Then the exit status should be 0 And the output should contain: """ ghc help <command> """ Examples: | cmd | | | | 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 | | blob | | commit | | download | | email | | event | | follower | | fork | | gist | | hook | | issue | | key | | label | | member | | milestone | | org | | pull | | ref | | repo | | tag | | team | | tree | | user | | watch |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.4.4 | features/executable.feature |
github_cli-0.4.3 | features/executable.feature |
github_cli-0.4.2 | features/executable.feature |