Merge pull request #6907 from dolthub/steph/dump-docs-header

change CLI reference header
This commit is contained in:
stephanie
2023-10-27 16:34:57 -07:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ const (
"---\n" +
"title: CLI\n" +
"---\n\n" +
"# CLI\n\n"
"# Command Line Interface Reference\n\n"
)
type DumpDocsCmd struct {