ifSpec top-level property

FigSpec ifSpec
final

Completion spec for if CLI

Implementation

final FigSpec ifSpec = FigSpec(
  name: 'if',
  description: 'Conditionally execute based on the return value of a command',
  args: [
    Arg(
  )
  ]
);