github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/tag-regex/Description (about) 1 what did you do: 2 3 bug list bug* 4 5 what happened : 6 7 Not found bug* 8 9 what should happen: 10 11 Well, it's user error to use file globbing but 12 the interpreter doesn't know that before it executes bug. 13 14 currently == strings are used in List.go. 15 we should match wildcards compiled as a regular expression 16 if it compiles without error. 17 18 Escaping should be used to stop such matching. 19 20 solution: bug list --match foo 21