support abstract method

bool support(
  1. dynamic arg
)

Used to give the information if specified arg is supported by ArgProcessor.

Implementation

bool support(dynamic arg);