mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 18:41:16 -03:00
The regex for task names was a bit off, so - include uppercase letters, to support `TMessagesProj:assembleMiniRelease` - don't include characters like `[]` (which happen to lie between ASCII `A` and `z`) - include numbers, which are presumably valid in an identifier - explicitly include the optional ` - ` bit in the regex