registerArgProcessors method

void registerArgProcessors(
  1. List<ArgProcessor> argProcessors
)

Registers custom arg processors. It allows to extend the default syntax with custom one.

Implementation

void registerArgProcessors(List<ArgProcessor> argProcessors) =>
    _argProcessors = argProcessors;