Add default lazygit config generator for Config.md from JSON schema

This commit is contained in:
Karim Khaleel
2024-04-24 23:23:40 +03:00
committed by Stefan Haller
parent 7d787afb2c
commit b98ae1c773
9 changed files with 1090 additions and 211 deletions

View File

@@ -11,4 +11,5 @@ import (
func main() {
fmt.Printf("Generating jsonschema in %s...\n", jsonschema.GetSchemaDir())
jsonschema.GenerateSchema()
jsonschema.GenerateConfigDocs()
}