PatchInitCommand constructor
PatchInitCommand()
Implementation
PatchInitCommand() {
addGlobalPatchArgs(argParser);
argParser.addFlag(
'force',
help: 'Force reinitialize patch',
negatable: false,
);
}