Versions in this module Expand all Collapse all v0 v0.5.0 Jul 12, 2022 v0.4.8 Jul 2, 2022 Changes in this version + func CheckErr(err error) + func CheckUpdateExit() v0.4.7 Jul 1, 2022 Changes in this version + var AppInfo = meta + var DisableUpdateChecking = false + var HelpSectionPrinter = pterm.DefaultSection.WithLevel(2).Sprint + func CheckForUpdates() error + func Err() io.Writer + func FlagErrorFunc() func(*cobra.Command, error) error + func GetCiCommand() *cobra.Command + func GlobalNormalizationFunc() func(f *pflag.FlagSet, name string) pflag.NormalizedName + func HelpFunc() func(*cobra.Command, []string) + func HelpTemplate() string + func PcliOut() io.Writer + func SetRepo(repo string) error + func SetRootCmd(cmd *cobra.Command) + func Setup() + func UsageFunc() func(*cobra.Command) error + func UsageTemplate() string + func VersionTemplate() string + type MarkdownDocument struct + Command *cobra.Command + Filename string + Markdown string + Name string + func GenerateMarkdownDoc(command *cobra.Command) (markdown MarkdownDocument)