validate command line arguments
@override bool validate() { super.validate(); if (args.isEmpty) { CliException(LocaleKeys.error_no_package_to_remove.tr, codeSample: codeSample); } return true; }