diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/root.go b/commands/root.go index 74606018..54368fc7 100644 --- a/commands/root.go +++ b/commands/root.go @@ -33,6 +33,8 @@ It use the same internal storage so it doesn't pollute your project. As you woul // Load the repo before any command execution // Note, this concern only commands that actually have a Run function PersistentPreRunE: loadRepo, + + DisableAutoGenTag: true, } func Execute() { |