declare method
Adds this flag to parser. Called for both the outer and inner command.
Implementation
@override
void declare(ArgParser parser) =>
parser.addFlag(name, help: help, hide: hide, negatable: false);
Adds this flag to parser. Called for both the outer and inner command.
@override
void declare(ArgParser parser) =>
parser.addFlag(name, help: help, hide: hide, negatable: false);