commandSpec top-level property

FigSpec commandSpec
final

Completion spec for command CLI

Implementation

final FigSpec commandSpec = FigSpec(
  name: 'command',
  description: 'Run an external command',
  options: [

    Option(
      name: '-v',
      description: 'Print the location of the command'
    )
  ],
  args: [
    Arg(
  )
  ]
);