As described in #3853, after implementing the central handling of booleans in #3914, we'll need to go over every command and:
- add booleans to the
this.types.booleans arrays
- add autocomplete where it's missing
- update option typings from
string to boolean
- remove validation where it's used
- update spec files to change string boolean inputs on
command.action calls.
Commands to update
As described in #3853, after implementing the central handling of booleans in #3914, we'll need to go over every command and:
this.types.booleansarraysstringtobooleancommand.actioncalls.Commands to update