1
0
Fork 0

Remove the bug command

This commit is contained in:
Jean-Baptiste Doumenjou 2019-03-05 18:14:03 +01:00 committed by Traefiker Bot
parent ebded2cbc0
commit 3419f9aeb9
8 changed files with 1 additions and 231 deletions

View file

@ -17,7 +17,6 @@ import (
"github.com/containous/staert"
"github.com/containous/traefik/autogen/genstatic"
"github.com/containous/traefik/cmd"
"github.com/containous/traefik/cmd/bug"
"github.com/containous/traefik/cmd/healthcheck"
"github.com/containous/traefik/cmd/storeconfig"
cmdVersion "github.com/containous/traefik/cmd/version"
@ -134,7 +133,6 @@ Complete documentation is available at https://traefik.io`,
// add commands
f.AddCommand(cmdVersion.NewCmd())
f.AddCommand(bug.NewCmd(traefikConfiguration, traefikPointersConfiguration))
f.AddCommand(storeConfigCmd)
f.AddCommand(healthcheck.NewCmd(traefikConfiguration, traefikPointersConfiguration))