List filter picks up any list containing the passed string
Open
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Running trira with a specific --list-reg exp picks up any list which has a match to the string passed.
## Expected Behavior
Should match exactly
## Actual Behavior
Matches any list which contains the passed string
## Steps to reproduce
- Create a list on a board with the title `Stuff`
- Create a list on a board with the title `Stuff and Things`
- Run trira dry run with --list-regexp "Stuff"
Cards from both lists will be picked up.
Contributor guide
Assessment
This issue has not been assessed yet.