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

Consider nesting magic commands under run #27

Closed
ianwremmel opened this issue Mar 26, 2018 · 2 comments
Closed

Consider nesting magic commands under run #27

ianwremmel opened this issue Mar 26, 2018 · 2 comments

Comments

@ianwremmel
Copy link
Owner

Magic commands are nice, but could collide with a future built-in command.

@ianwremmel
Copy link
Owner Author

This is going to be a breaking change, but I think it's better to get it out of the way now that regret it in six months.

ianwremmel added a commit that referenced this issue Mar 28, 2018
At some point, the original "magic" implementation was likely to lead to a conflict between a consumer script and a clark native method. Now, all generated scripts will be namespaced under "clark run" (just like "npm run") to avoid such collisions"

Fixes #27
@ianwremmel
Copy link
Owner Author

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

ianwremmel added a commit that referenced this issue Jan 9, 2020
BREAKING CHANGE: At some point, the original "magic" implementation was likely to lead to a conflict between a consumer script and a clark native method. Now, all generated scripts will be namespaced under "clark run" (just like "npm run") to avoid such collisions"

Fixes #27
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

1 participant