diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-19 05:55:50 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 19:55:50 +0000 |
| commit | 5057f58145ab47276fdc4392619888e37aea8864 (patch) | |
| tree | dbcc9551eaffee6f1a7c8891977e0c36f1e67343 /tests/ffi | |
| parent | a1d0a427e807959666a6b23ae015e4e04659abf5 (diff) | |
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Hides `deno cache` from `--help` output.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/ffi')
| -rw-r--r-- | tests/ffi/tests/ffi_types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ffi/tests/ffi_types.ts b/tests/ffi/tests/ffi_types.ts index de2f4e405..a996195c6 100644 --- a/tests/ffi/tests/ffi_types.ts +++ b/tests/ffi/tests/ffi_types.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // deno-lint-ignore-file -// Only for testing types. Invoke with `deno cache` +// Only for testing types. Invoke with `deno install --entrypoint` const remote = Deno.dlopen("dummy_lib.so", { method1: { parameters: ["usize", "bool"], result: "void" }, |
