execSpec top-level property
Completion spec for exec CLI
Implementation
final FigSpec execSpec = FigSpec(
name: 'exec',
description: 'Replace the current shell with a program',
args: [
Arg(
isCommand: true,
)
]);