PatchOptions.fromArgResults constructor
PatchOptions.fromArgResults(
- ArgResults results
Implementation
factory PatchOptions.fromArgResults(ArgResults results) {
return PatchOptions(
globalPatchOptions: GlobalPatchOptions.fromArgResults(results),
force: results.flag('force'),
);
}