Added WantReportErrorPrompt to config

pull/664/head
Aaron Prindle 2016-10-06 14:51:10 -07:00
parent a403a949dd
commit 491e6c6d1c
2 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,10 @@ var settings = []Setting{
name: config.WantReportError,
set: SetBool,
},
{
name: config.WantReportErrorPrompt,
set: SetBool,
},
}
var ConfigCmd = &cobra.Command{

View File

@ -20,6 +20,7 @@ Configurable fields:
* WantUpdateNotification
* ReminderWaitPeriodInHours
* WantReportError
* WantReportErrorPrompt
```
minikube config SUBCOMMAND [flags]