-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature request: Stop parsing args after -- #11547
Comments
I think the current error return |
@getspooky I think the goal is to test the $ deno repl -- arg1 arg2
Deno 1.13.1
exit using ctrl+d or close()
> Deno.args
["arg1", "arg2"] I believe it's a valid use case, and I was about to open such issue as suggestion too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Please don't let it die! :( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Please don't let this die! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
I think I will try to implement it in the coming days. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
bump |
This is also blocking easy development for https://github.com/teaxyz/cli |
Summary: Reference blockers for quickly developing tea. denoland/deno#11547 and denoland/deno#18631
Summary: Reference blockers for quickly developing tea. denoland/deno#11547 and denoland/deno#18631
Summary: Reference blockers for quickly developing tea. denoland/deno#11547 and denoland/deno#18631
Summary: Reference blockers for quickly developing tea. denoland/deno#11547 and denoland/deno#18631
@crowlKats So it seems this si already supported for Can you make |
For example I want to pass args to the deno repl for testing so it would be helpful to stop parsing args after -- is detected.
deno repl -- --help --xyz
The text was updated successfully, but these errors were encountered: