diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/root.go b/commands/root.go index be258199..67f05ebf 100644 --- a/commands/root.go +++ b/commands/root.go @@ -35,6 +35,12 @@ It use the same internal storage so it doesn't pollute your project. As you woul PersistentPreRunE: loadRepo, DisableAutoGenTag: true, + + BashCompletionFunction: ` +_git_bug() { + __start_git-bug "$@" +} +`, } func Execute() { |