Skip to content

Add parameter to filter (include/exclude) files #383

@djbe

Description

@djbe

Param to be able to filter files to parse in or out.

This would mitigate the problem about making ib scan XIBs and Storyboards for use cases when you only want storyboard scene constants and don't need to parse XIBs, but they would be parsed anyway and slightly impact performance on every build. Then storyboards would become an alias of ib --filter '*.storyboards'

The name of the argument is up for debate. --filter might be clearer than --exclude, because users might otherwise expect a --include parameter, which I don't know how we'd add.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions