diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-20 15:57:21 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-20 15:57:21 +0200 |
commit | 302a69bfc5c1de153455a813ef14c170452305f0 (patch) | |
tree | 8900af02aef91d2fd23a7361afacbf4c66ffae61 /commands/root.go | |
parent | e527c57fdd3931127e31a434e55c1dac16eb20b4 (diff) | |
download | git-bug-302a69bfc5c1de153455a813ef14c170452305f0.tar.gz |
use DisableAutoGenTag to not have to commit the documentation after each build
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() { |