execSpec top-level property

FigSpec execSpec
final

Completion spec for exec CLI

Implementation

final FigSpec execSpec = FigSpec(
    name: 'exec',
    description: 'Replace the current shell with a program',
    args: [
      Arg(
        isCommand: true,
      )
    ]);