MCPcopy Index your code
hub / github.com/rilldata/rill / genMarkdownTree

Function genMarkdownTree

cli/cmd/docs/generate_cli.go:35–38  ·  view source on GitHub ↗
(cmd *cobra.Command, dir string)

Source from the content-addressed store, hash-verified

33}
34
35func genMarkdownTree(cmd *cobra.Command, dir string) error {
36 emptyStr := func(s string) string { return "" }
37 return genMarkdownTreeCustom(cmd, dir, emptyStr)
38}
39
40func genMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender func(string) string) error {
41 if cmd.Hidden {

Callers 1

GenerateCliDocsCmdFunction · 0.85

Calls 1

genMarkdownTreeCustomFunction · 0.85

Tested by

no test coverage detected