occurrenceOption top-level property
Implementation
final FigOption occurrenceOption = FigOption(
name: '--occurrence',
description: 'Process only the Nth occurrence of each file in the archive',
args: [
FigArg(
name: 'N',
defaultValue: '1',
isOptional: true,
),
],
);