Fix Hints toggle on CLI
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"type": "bool"
|
||||
},
|
||||
"create_spoiler": {
|
||||
"action": "store_false",
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"suppress_spoiler": {
|
||||
"action": "store_true",
|
||||
"action": "store_false",
|
||||
"dest": "create_spoiler",
|
||||
"help": "suppress"
|
||||
},
|
||||
@@ -204,9 +204,14 @@
|
||||
]
|
||||
},
|
||||
"hints": {
|
||||
"action": "store_true",
|
||||
"action": "store_false",
|
||||
"type": "bool"
|
||||
},
|
||||
"no_hints": {
|
||||
"action": "store_true",
|
||||
"dest": "hints",
|
||||
"help": "suppress"
|
||||
},
|
||||
"heartbeep": {
|
||||
"choices": [
|
||||
"normal",
|
||||
|
||||
Reference in New Issue
Block a user