argAddSubcollections function

void argAddSubcollections(
  1. ArgParser argParser
)

Implementation

void argAddSubcollections(ArgParser argParser) => argParser.addFlag(
  argNameSubcollections,
  defaultsTo: true,
  help:
      'Include subcollections and nested documents recursively.\n'
      'Pass `--no-subcollections` to disable fetching nested subcollections.',
);