specSpec top-level property

FigSpec specSpec
final

Completion spec for - CLI

Implementation

final FigSpec specSpec = FigSpec(
    name: '-',
    description:
        "ZSH pre-command modifier that prepends a '-' to the argv[0] string",
    hidden: true,
    args: [
      Arg(
        isCommand: true,
      )
    ]);