Added WantReportErrorPrompt to config
parent
a403a949dd
commit
491e6c6d1c
|
|
@ -105,6 +105,10 @@ var settings = []Setting{
|
|||
name: config.WantReportError,
|
||||
set: SetBool,
|
||||
},
|
||||
{
|
||||
name: config.WantReportErrorPrompt,
|
||||
set: SetBool,
|
||||
},
|
||||
}
|
||||
|
||||
var ConfigCmd = &cobra.Command{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ Configurable fields:
|
|||
* WantUpdateNotification
|
||||
* ReminderWaitPeriodInHours
|
||||
* WantReportError
|
||||
* WantReportErrorPrompt
|
||||
|
||||
```
|
||||
minikube config SUBCOMMAND [flags]
|
||||
|
|
|
|||
Loading…
Reference in New Issue