Sha256: b517e2bded8cb9fd5322b33c48bba101e5ca19c50d73947a410bcce47d956125
Contents?: true
Size: 623 Bytes
Versions: 13
Compression:
Stored size: 623 Bytes
Contents
Feature: Command Completion Scenario: Suggest alternative When I run `gcli blah` Then the exit status should be 0 And the output should contain: """ Did you mean this? blob """ Scenario: Suggest more than one When I run `gcli convent` Then the exit status should be 0 And the output should contain: """ Did you mean this? collab commit content """ Scenario: Suggset nothing When I run `gcli xen` Then the exit status should be 0 And the output should not contain: """ Did you mean this? """
Version data entries
13 entries across 13 versions & 1 rubygems