From 48ac9fcdb8b80ea628d104f794ff39a06fe8b3b7 Mon Sep 17 00:00:00 2001 From: Skye Gill Date: Mon, 23 Jan 2023 14:35:40 +0000 Subject: [PATCH] disable auto gen tag in docs Signed-off-by: Skye Gill --- cmd/root.go | 3 ++- docs/configuration/flagd.md | 1 - docs/configuration/flagd_start.md | 1 - docs/configuration/flagd_version.md | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index eb06bc17a..831f2b457 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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) { }, diff --git a/docs/configuration/flagd.md b/docs/configuration/flagd.md index c2c9c4ac6..90cd032fd 100644 --- a/docs/configuration/flagd.md +++ b/docs/configuration/flagd.md @@ -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 diff --git a/docs/configuration/flagd_start.md b/docs/configuration/flagd_start.md index df2e7765a..145ac9cbe 100644 --- a/docs/configuration/flagd_start.md +++ b/docs/configuration/flagd_start.md @@ -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 diff --git a/docs/configuration/flagd_version.md b/docs/configuration/flagd_version.md index d4ef286dd..df2d55bd5 100644 --- a/docs/configuration/flagd_version.md +++ b/docs/configuration/flagd_version.md @@ -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