declare abstract method

void declare(
  1. ArgParser parser
)

Adds this flag to parser. Called for both the outer and inner command.

Implementation

void declare(ArgParser parser);