Skip to content

Commit

Permalink
fix: completions on fish
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 27, 2020
1 parent cf47e13 commit cb43159
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/root.go
Expand Up @@ -2,7 +2,6 @@ package cmd

import (
"errors"
"fmt"
"os"

"github.com/apex/log"
Expand All @@ -16,11 +15,7 @@ func Execute(version string, exit func(int), args []string) {
if os.Getenv("CI") != "" {
color.NoColor = false
}

log.SetHandler(cli.Default)

fmt.Println()
defer fmt.Println()
newRootCmd(version, exit).Execute(args)
}

Expand Down

1 comment on commit cb43159

@vercel
Copy link

@vercel vercel bot commented on cb43159 Nov 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.