-
Notifications
You must be signed in to change notification settings - Fork 36
Passing flags to the tasks is conflicting #35
Copy link
Copy link
Open
Description
So.
While implementing #4, i reconsider the #29. And realized that we only should support maidfile.md (from cwd to 5 dirs up) and .maidfile.md (from cwd to 10 dirs up) by default. One more thing that appeared is that we are a bit limited with what flags maid cli can have, because we are passing flags to the tasks e.g. maid lint --fix, so --fix is going to the eslint. I realized that is a bit conflicting while i changed the --path to more meaningful --config-path which ESLint has too.
So, if not another thing, we can rename the --path to, for example, --maidfile which would be the best. Then i can PR the #4 which is pretty fantastic by the way and works.
This issue is more just informatinve and opening the discussion that may appear in future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels