elseSpec top-level property
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,
)
]);