fix(docs): add missing "deno run" (#5126)

This commit is contained in:
zjopy 2020-05-07 13:48:48 +02:00 committed by GitHub
parent 34ec3b2254
commit 761b7efb3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 17 deletions

View file

@ -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:
*