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`.