no need to override output as we bypass Fprint on quiet mode

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-02-18 10:06:27 +01:00
parent 65fc4ffb4e
commit 54b0cb9671
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func convertCommand(p *projectOptions) *cobra.Command {
}
os.Stdout = devnull
}
opts.Output = os.DevNull
return runConvert(cmd.Context(), opts, args)
},
}