buildParser method
Creates the argument parser used by this command.
Implementation
@override
ArgParser buildParser() => ArgParser()
..addFlag('yes', negatable: false)
..addFlag('force', negatable: false);
Creates the argument parser used by this command.
@override
ArgParser buildParser() => ArgParser()
..addFlag('yes', negatable: false)
..addFlag('force', negatable: false);