This commit is contained in:
jpgouin
2025-03-03 13:21:07 +00:00
parent 4ca5203df1
commit bf8fdd9071
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ func main() {
}
outputFile := path.Join(wd, "docs/cli/cli-docs.md")
err = os.WriteFile(outputFile, []byte(md), 0644)
if err != nil {
fmt.Println("Error generating documentation:", err)