Skip to content

Commit a3e22ba

Browse files
chore(docs): docs/flags.md generation
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent b5b7c3d commit a3e22ba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/flags.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Flags
32

43
<!-- THIS FILE MUST NOT BE EDITED BY HAND -->

internal/gen/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ func (f *Flags) AddFlag(name, description string) {
2121
*f = append(*f, Flag{Name: name, Description: description})
2222
}
2323

24-
const markdownTemplate = `
25-
# Flags
24+
const markdownTemplate = `# Flags
2625
2726
<!-- THIS FILE MUST NOT BE EDITED BY HAND -->
2827
<!-- ON NEW FLAG ADDED PLEASE RUN 'go run internal/gen/main.go' -->

0 commit comments

Comments
 (0)