nocorrectSpec top-level property
Completion spec for nocorrect CLI
Implementation
final FigSpec nocorrectSpec = FigSpec(
name: 'nocorrect',
description: 'ZSH pre-command modifier that disables correction',
hidden: true,
args: [
Arg(
)
]
);