include int in command reset to reset 'Limit'
This commit is contained in:
parent
77a6caa84d
commit
debedf98cf
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ func RunCommand(cmd *cobra.Command, args string) (*cmdOut, error) {
|
|||
v.Replace([]string{})
|
||||
default:
|
||||
switch v.Type() {
|
||||
case "bool", "string":
|
||||
case "bool", "string", "int":
|
||||
v.Set(f.DefValue)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue