Tags: Pyjou/cobra
Tags
Fish completion using Go completion (spf13#1048) Signed-off-by: Marc Khouzam <[email protected]>
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.
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.