mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 13:15:16 +00:00
fix(docs): add missing "deno run" (#5126)
This commit is contained in:
parent
34ec3b2254
commit
761b7efb3b
8 changed files with 17 additions and 17 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -1718,7 +1718,7 @@ declare namespace Deno {
|
|||
/** Returns the script arguments to the program. If for example we run a
|
||||
* program:
|
||||
*
|
||||
* deno --allow-read https://deno.land/std/examples/cat.ts /etc/passwd
|
||||
* deno run --allow-read https://deno.land/std/examples/cat.ts /etc/passwd
|
||||
*
|
||||
* Then `Deno.args` will contain:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue