Skip to content

Add a wildcard * #3

@vendethiel

Description

@vendethiel

If you want to limit some subkeys, but keep everything else, you currently have to do something like:

mask('a(b,c),-some_fake_key', %);

It'd probably be better to add this instead:

mask('a(b,c),*', %);

mask('*,a(b,c)', %);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions