We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_
1 parent eae6983 commit 7ef110cCopy full SHA for 7ef110c
internal/pkg/globalflags/global_flags.go
@@ -80,7 +80,7 @@ func Configure(flagSet *pflag.FlagSet) error {
80
return nil
81
}
82
83
-func Parse(p *print.Printer, cmd *cobra.Command) *GlobalFlagModel {
+func Parse(_ *print.Printer, _ *cobra.Command) *GlobalFlagModel {
84
return &GlobalFlagModel{
85
Async: viper.GetBool(config.AsyncKey),
86
AssumeYes: viper.GetBool(config.AssumeYesKey),
0 commit comments