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