Validate the given args, returning true if the arguments are valid, false otherwise.
args
@override bool validate(List<String> args) => true;