Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should task execution be case-insensitive? #34

Open
chrisdmacrae opened this issue Jun 5, 2018 · 1 comment
Open

Should task execution be case-insensitive? #34

chrisdmacrae opened this issue Jun 5, 2018 · 1 comment

Comments

@chrisdmacrae
Copy link

chrisdmacrae commented Jun 5, 2018

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.

@Marak
Copy link

Marak commented Jun 5, 2018

My guess is that being case-insensitive would be a better design choice to prevent confusion and case based errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants