-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Summary
Tag Expressions is a more intuitive way to specify tags in tagged hooks and on the command line's --tags argument.
Expected Behavior
Tagged Hooks should accept a single string:
Before("@foo and not @bar") do
endLikewise, the --tags command line argument should allow the same. (Specifying it more than once should cause an error)
--tags "@foo and not @bar"
Context & Motivation
The current mechanism to specify or with comma and and with multiple --tags is incredibly awkward. Tag Expressions are intuitive!
Metadata
Metadata
Assignees
Labels
No labels