Skip to content

Tags: Pyjou/cobra

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fish completion using Go completion (spf13#1048)

Signed-off-by: Marc Khouzam <[email protected]>

0.0.7

Toggle 0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Partial Revert of spf13#922 (spf13#1068)

Issue Reference: spf13#1056

spf13#922 introduced a new error
type that emitted when a command was not runnable. This caused
all commands w/o a run function set to error w/ that message and a status code of 1.

This change reverts the addition of that new error. Similar
functionality can be accomplished by leveraging RunE.

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Partial Revert of spf13#922 (spf13#1068)

Issue Reference: spf13#1056

spf13#922 introduced a new error
type that emitted when a command was not runnable. This caused
all commands w/o a run function set to error w/ that message and a status code of 1.

This change reverts the addition of that new error. Similar
functionality can be accomplished by leveraging RunE.

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for context.Context

0.0.5

Toggle 0.0.5's commit message
fixing linter issues

v0.0.5

Toggle v0.0.5's commit message
fixing linter issues

v0.0.4

Toggle v0.0.4's commit message
added variable to allow configuration of mousetrap message duration (s…

…pf13#809)

new variable MousetrapDisplayDuration allows to modify the default
display duration of 5s, or to completely disable the timeout and wait
for the user to press the return key.

v0.0.3

Toggle v0.0.3's commit message
Fixed code sample for bash completion (spf13#687)

v0.0.2

Toggle v0.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update the Travis and CircleCI Go versions (spf13#651)

v0.0.1

Toggle v0.0.1's commit message
Create new buffer if not present yet (spf13#549)

Fixes a nil dereference when TraverseChildren is used
with multiple subcommands.