We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9935857 commit e910d21Copy full SHA for e910d21
1 file changed
cmd/dependency/doc_cmd.go
@@ -58,6 +58,7 @@ func (g *genDocCommand) bindFlags() {
58
flagSet.StringVar(&g.path, "path", "./", "destination dir of generated markdown documents")
59
}
60
61
+// runDoc generates markdown documents.
62
func (g *genDocCommand) runDoc() error {
63
_ = os.MkdirAll(g.path, fs.FileMode(0700))
64
file, err := os.Stat(g.path)
0 commit comments