Skip to content

Commit

Permalink
feat: remove config from help template
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Feb 7, 2024
1 parent 3ef5b3b commit 94b0b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 163 deletions.
76 changes: 0 additions & 76 deletions help_template.go

This file was deleted.

86 changes: 0 additions & 86 deletions help_template_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion setup_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ func (c *SetupConfig) WithGlobalLoggingFlags() *SetupConfig {
}

func (c *SetupConfig) WithConfigInRootHelp() *SetupConfig {
return c.withPostConstructs(updateHelpUsageTemplate, showConfigInRootHelp)
return c.withPostConstructs()
}

0 comments on commit 94b0b46

Please sign in to comment.