repeatSpec top-level property

FigSpec repeatSpec
final

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(
  )
  ]
);