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

deno --no-code-cache eval ... claims that "'eval --no-code-cache' exists" #27606

Open
dandv opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@dandv
Copy link

dandv commented Jan 9, 2025

...but that is not the case:

$ deno --no-code-cache eval 'console.log(123)'
error: unexpected argument '--no-code-cache' found

  tip: 'eval --no-code-cache' exists

Usage: deno eval [OPTIONS] [CODE_ARG]...

$ deno eval --no-code-cache 'console.log(123)'
error: unexpected argument '--no-code-cache' found

  tip: a similar argument exists: '--no-check'

Usage: deno eval --no-check[=<NO_CHECK_TYPE>] [CODE_ARG]...

Version: Deno 2.1.4

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