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

To support -A (all permissions) -r (--reload) and all deno args. #2

Closed
fakoua opened this issue May 27, 2020 · 3 comments
Closed

To support -A (all permissions) -r (--reload) and all deno args. #2

fakoua opened this issue May 27, 2020 · 3 comments
Labels

Comments

@fakoua
Copy link
Contributor

fakoua commented May 27, 2020

Hi,
Currently, --allow-net works fine, but -A does not work (instead of --allow-net --allow-env --allow-read --allow-write) ...
Also --reload works fine while -r does not.

@AnandChowdhary
Copy link
Member

Thanks for opening this issue, @fakoua! You’re right, I check for double hyphens, which is a hack. I’ll refactor the code today and make sure this is fixed!

@AnandChowdhary
Copy link
Member

I've deployed a fix that should work for you.

@github-actions
Copy link

github-actions bot commented Jun 1, 2020

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants