Fix Hints toggle on CLI

This commit is contained in:
Mike A. Trethewey
2020-04-07 02:17:25 -07:00
parent c9d6b87d94
commit 4c35b39e35
3 changed files with 78 additions and 41 deletions

View File

@@ -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",