Skip to content

Allow dot syntax tags to be split up to several tags #1

Description

@hctom

Currently there are several tags allowed with comma-separated lists. A nice feature would be to allow dot syntax tags to be split up into comma-separated tags to cover all sub-tags automatically. This is needed for example when you want to narrow down the passed tag list, but want to ensure, that each single tag is invoked as well as the original tag.

Example 1:

Tag: some.tag
Result: some,tag,some.tag

Example 2:

Tag: some.other.tag
Result: some,other,tag,some.other.tag

Proposal:

shellwrapper.sh --split-tags my.tag

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions