Change Spoiler default to True
Set base rom to actually do the thing
This commit is contained in:
Mike A. Trethewey
2021-02-26 02:13:11 -08:00
parent ff763c4542
commit f7df6c0e69
5 changed files with 15 additions and 13 deletions

View File

@@ -5,13 +5,13 @@
"type": "bool"
},
"create_spoiler": {
"action": "store_true",
"type": "bool"
"action": "store_false",
"dest": "suppress_spoiler",
"type": "bool",
"help": "suppress"
},
"suppress_spoiler": {
"action": "store_false",
"dest": "create_spoiler",
"help": "suppress"
"action": "store_true"
},
"logic": {
"choices": [