You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().StringVar(&opts.format, "file-format", "md", "Output format of the generated documentation. Valid options are: 'md' (markdown), 'adoc' (Asciidoc) and 'man'")
44
47
cmd.Flags().StringVar(&opts.dir, "dir", "./docs", "The directory to output the generated documentation files")
48
+
cmd.Flags().StringVar(&opts.filePrefix, "file-prefix", "ref-", "Prefix for each documentation file")
0 commit comments