thenSpec top-level property

FigSpec thenSpec
final

Completion spec for then CLI

Implementation

final FigSpec thenSpec = FigSpec(
  name: 'then',
  description: 'Execute this command if the test returned 0',
  args: [
    Arg(
  )
  ]
);