Sha256: 9692ee3f1cc01c4429cf4983ffa7a09943ae545cd2caaba6614d17ad7ae54bbd
Contents?: true
Size: 384 Bytes
Versions: 13
Compression:
Stored size: 384 Bytes
Contents
Feature: gcli errors notification Scenario: Unknown formatting option Given the GitHub API server: """ get('/users/wycats/repos') { status 200 } """ When I run `gcli repo ls -u wycats --format=unknown` Then the exit status should be 1 And the output should contain: """ Fatal error has occurred. Unrecognized formatting options: unknown """
Version data entries
13 entries across 13 versions & 1 rubygems