Commit 35e4ce7 1 parent 49c5287 commit 35e4ce7 Copy full SHA for 35e4ce7
File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,3 @@ The check results are exposed via an API.
18
18
19
19
* [ sparrow run] ( sparrow_run.md ) - Run sparrow
20
20
21
- ###### Auto generated by spf13/cobra on 20-Jan-2025
Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ sparrow run [flags]
36
36
37
37
* [ sparrow] ( sparrow.md ) - Sparrow, the infrastructure monitoring agent
38
38
39
- ###### Auto generated by spf13/cobra on 20-Jan-2025
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ func NewCmdGenDocs() *cobra.Command {
51
51
// runGenDocs generates the markdown files for the flag documentation
52
52
func runGenDocs (path * string ) func (cmd * cobra.Command , args []string ) error {
53
53
c := sparrowcmd .BuildCmd ("" )
54
- c .DisableAutoGenTag = false
54
+ c .DisableAutoGenTag = true
55
55
return func (_ * cobra.Command , _ []string ) error {
56
56
if err := doc .GenMarkdownTree (c , * path ); err != nil {
57
57
return fmt .Errorf ("failed to generate docs: %w" , err )
You can’t perform that action at this time.
0 commit comments