validate command line arguments
@override bool validate() { return _commands != null || _command != null || super.validate(); }