Skip to content

Commit

Permalink
bugfix --silent
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Feb 13, 2022
1 parent 69ea8fe commit 55b0acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ func GetResolvers(resolvers string) []string {
return rs
}
func (opt *Options) Check() {
core.ShowBanner()

if opt.Silent {
gologger.MaxLevel = gologger.Silent
}

core.ShowBanner()

if opt.Method == "verify" {
if opt.Stdin {

Expand Down

0 comments on commit 55b0acd

Please sign in to comment.