When an argument is a boolean, the presence of the --arg on the command line should be enough to infer true, it shouldn't be mandatory to write --arg true.
e.g.
class DoSchedule extends FieldArgs {
var schedule = false
}
- with
--schedule flag, set to true
- without the argument, set to false