From f6a9d7d7172df6422f895dcfe6f4267ad1b472da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 May 2019 23:15:16 +0200 Subject: add "deno run" subcommand (#2215) --- website/index.html | 2 +- website/manual.md | 33 +++++++++++++-------------------- 2 files changed, 14 insertions(+), 21 deletions(-) (limited to 'website') diff --git a/website/index.html b/website/index.html index f1cbde49f..4af6d67a4 100644 --- a/website/index.html +++ b/website/index.html @@ -104,7 +104,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://

Example #

Try running a simple program:

-
deno https://deno.land/welcome.ts
+
deno run https://deno.land/welcome.ts

Or a more complex one:

diff --git a/website/manual.md b/website/manual.md index bfc8f9603..efa867b18 100644 --- a/website/manual.md +++ b/website/manual.md @@ -543,31 +543,24 @@ USAGE: deno [FLAGS] [OPTIONS] [SUBCOMMAND] FLAGS: - -A, --allow-all Allow all permissions - --allow-env Allow environment access - --allow-high-precision Allow high precision time measurement - --allow-net Allow network access - --allow-read Allow file system read access - --allow-run Allow running subprocesses - --allow-write Allow file system write access - -h, --help Prints help information - -D, --log-debug Log debug output - --no-prompt Do not use prompts - -r, --reload Reload source code cache (recompile TypeScript) - --v8-options Print V8 command line options + -h, --help Prints help information + -D, --log-debug Log debug output + -r, --reload Reload source code cache (recompile TypeScript) + --v8-options Print V8 command line options OPTIONS: + -c, --config Load compiler configuration file --v8-flags= Set V8 command line options SUBCOMMANDS: -