validate abstract method

bool validate(
  1. List<String> args
)

Validate the given args, returning true if the arguments are valid, false otherwise.

Implementation

bool validate(List<String> args);