whileSpec top-level property

FigSpec whileSpec
final

Completion spec for while CLI

Implementation

final FigSpec whileSpec = FigSpec(
  name: 'while',
  description: 'Repeat a command while this is true',
  args: [
    Arg(
  )
  ]
);