Versions in this module Expand all Collapse all v1 v1.3.15 Jun 21, 2026 Changes in this version + func FenceEnd(group string) string + func FenceStart(group string) string + func GenerateFence(d Dump, group string) string + func HasPlaceholder(tok string) bool + type Command struct + Example string + Flags []Flag + Group string + Long string + Path string + Short string + Use string + type Doc struct + Body string + Path string + type Dump struct + Commands []Command + func Build(root *cobra.Command) Dump + type Example struct + Line int + Tokens []string + func HarvestExamples(md string) []Example + type Flag struct + Default string + Name string + Required bool + Type string + Usage string + type Issue struct + Detail string + Doc string + Kind string + Line int + func CheckFences(d Dump, docs []Doc) []Issue + func Validate(d Dump, docs []Doc) []Issue