Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable context based filtering for modify commands #3736

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rubieking
Copy link

Enable context based filtering for modify commands by setting the parameter to true.

This was tested by running the following commands

task add main1
task add main2 +tag1
task context define work "project:Work"
task add project:Work work1
task add project:Work work2 +tag1
task context work

task modify +testtag
task +tag1 modify +testtag2

task context none
task list

## Validate that testtag is set only in work1 and work2
## Validate that testtag2 is set only in work2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant