noglobSpec top-level property

FigSpec noglobSpec
final

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,
      )
    ]);