brSpec top-level property

FigSpec brSpec
final

Completion spec for br CLI (same as broot, name set to br)

Implementation

final FigSpec brSpec = FigSpec(
  name: 'br',
  description: brootSpec.description,
  subcommands: brootSpec.subcommands,
  options: brootSpec.options,
  args: brootSpec.args,
  icon: brootSpec.icon,
  filterStrategy: brootSpec.filterStrategy,
  hidden: brootSpec.hidden,
  insertValue: brootSpec.insertValue,
  replaceValue: brootSpec.replaceValue,
  priority: brootSpec.priority,
  deprecated: brootSpec.deprecated,
  parserDirectives: brootSpec.parserDirectives,
  requiresSubcommand: brootSpec.requiresSubcommand,
  additionalSuggestions: brootSpec.additionalSuggestions,
  generateSpec: brootSpec.generateSpec,
  loadSpec: brootSpec.loadSpec,
);