argAddSubcollections function
void
argAddSubcollections(
- 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.',
);