Documentation/Parsers/xcassets.md
The assets parser accepts one (or more) asset catalogs, which it'll parse for supported set types and groups. We currently support the following types:
For a full documentation of asset catalog types, please read the Apple documentation.
The default filter for this command is: [^/]\.xcassets$. That means it'll accept any file with the extension xcassets.
You can provide a custom filter using the filter option, it accepts any valid regular expression. See the Config file documentation for more information.
This parser currently doesn't accept any options.