type cmdOption … type cmdDoc … func main() { … } // Temporary workaround for yaml lib generating incorrect yaml with long strings // that do not contain \n. func forceMultiLine(s string) string { … } func genFlagResult(flags *pflag.FlagSet) []cmdOption { … } func genYaml(command *cobra.Command, parent, docsDir string) { … }