nocorrectSpec top-level property

FigSpec nocorrectSpec
final

Completion spec for nocorrect CLI

Implementation

final FigSpec nocorrectSpec = FigSpec(
  name: 'nocorrect',
  description: 'ZSH pre-command modifier that disables correction',
  hidden: true,
  args: [
    Arg(
  )
  ]
);