-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Right now task names are case sensitive. Worried this will cause a lot of confusion in some cases.
Consider the following maidfile:
## Example
```bash
echo "example A"
```
## example
```bash
echo "example B"
```
and I run:
maid example
outputs example B
maid Example
outputs example A
.
zephraph and tunnckoCore
Metadata
Metadata
Assignees
Labels
No labels