fix: auto gen warning on example env and use correct cli flag in md gen

This commit is contained in:
Stavros
2026-02-24 16:11:17 +02:00
parent 36b1594fb8
commit 699d8d173f
3 changed files with 6 additions and 1 deletions

View File

@@ -106,6 +106,8 @@ func buildEnvChildPath(parent string, child string) string {
func compileEnv(entries []EnvEntry) []byte {
buffer := bytes.Buffer{}
buffer.WriteString("# This file is automatically generated by gen/gen_env.go. Do not edit manually.\n\n")
buffer.WriteString("# Tinyauth example configuration\n\n")
previousSection := ""