timeSpec top-level property

FigSpec timeSpec
final

Completion spec for time CLI

Implementation

final FigSpec timeSpec = FigSpec(
  name: 'time',
  description: 'Time how long a command takes!',
  args: [
    Arg(
  )
  ]
);