elseSpec top-level property

FigSpec elseSpec
final

Completion spec for else CLI

Implementation

final FigSpec elseSpec = FigSpec(
    name: 'else',
    description: 'Execute this command if the test returned 1',
    args: [
      Arg(
        isCommand: true,
      )
    ]);