repeatSpec top-level property
Completion spec for repeat CLI
Implementation
final FigSpec repeatSpec = FigSpec(
name: 'repeat',
description: 'Interpret the result as a number and repeat the commands this many times',
args: [
Arg(
)
]
);