diff options
Diffstat (limited to 'commands/commands.go')
-rw-r--r-- | commands/commands.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commands.go b/commands/commands.go index 0ab84717..51aa4e9a 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -2,6 +2,7 @@ package commands import ( "fmt" + "github.com/spf13/cobra" ) |