Versions in this module Expand all Collapse all v3 v3.0.0 Dec 29, 2020 Changes in this version + var SilentError = errors.New("SilentError") + func CheckAuth(cfg config.Config) bool + func DetermineEditor(cf func() (config.Config, error)) (string, error) + func DisableAuthCheck(cmd *cobra.Command) + func EnableRepoOverride(cmd *cobra.Command, f *Factory) + func IsAuthCheckEnabled(cmd *cobra.Command) bool + func MinimumArgs(n int, msg string) cobra.PositionalArgs + func NoArgsQuoteReminder(cmd *cobra.Command, args []string) error + type Factory struct + BaseRepo func() (repox.Interface, error) + Branch func() (string, error) + Config func() (config.Config, error) + HttpClient func() (*http.Client, error) + IOStreams *iostreams.IOStreams + Remotes func() (context.Remotes, error) + type FlagError struct + Err error + func (fe FlagError) Error() string + func (fe FlagError) Unwrap() error