Skip to content

Commit

Permalink
disable auto gen tag in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
  • Loading branch information
skyerus committed Jan 23, 2023
1 parent f55ceee commit 48ac9fc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ var rootCmd = &cobra.Command{
Use: "flagd",
Short: "Flagd is a simple command line tool for fetching and presenting feature flags to services. " +
"It is designed to conform to Open Feature schema for flag definitions.",
Long: ``,
Long: ``,
DisableAutoGenTag: true,
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },
Expand Down
1 change: 0 additions & 1 deletion docs/configuration/flagd.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Flagd is a simple command line tool for fetching and presenting feature flags to
* [flagd start](flagd_start.md) - Start flagd
* [flagd version](flagd_version.md) - Print the version number of FlagD

###### Auto generated by spf13/cobra on 23-Jan-2023
1 change: 0 additions & 1 deletion docs/configuration/flagd_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ flagd start [flags]

* [flagd](flagd.md) - Flagd is a simple command line tool for fetching and presenting feature flags to services. It is designed to conform to Open Feature schema for flag definitions.

###### Auto generated by spf13/cobra on 23-Jan-2023
1 change: 0 additions & 1 deletion docs/configuration/flagd_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ flagd version [flags]

* [flagd](flagd.md) - Flagd is a simple command line tool for fetching and presenting feature flags to services. It is designed to conform to Open Feature schema for flag definitions.

###### Auto generated by spf13/cobra on 23-Jan-2023

0 comments on commit 48ac9fc

Please sign in to comment.