From 92121768010b76e8230614ae05640103155cbd24 Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Wed, 5 Oct 2022 16:05:17 +0100 Subject: [PATCH] Update README.md --- doc/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/README.md b/doc/README.md index 6ea4eb66..8e07baae 100644 --- a/doc/README.md +++ b/doc/README.md @@ -7,6 +7,11 @@ ## Options ### `DisableAutoGenTag` + You may set `cmd.DisableAutoGenTag = true` to _entirely_ remove the auto generated string "Auto generated by spf13/cobra..." from any documentation source. + +### `InitDefaultCompletionCmd` + +You may call `cmd.InitDefaultCompletionCmd()` to document the default autocompletion command.