diff options
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/website/manual.md b/website/manual.md index 9d2b60455..b29311b19 100644 --- a/website/manual.md +++ b/website/manual.md @@ -599,27 +599,26 @@ Use `deno help` to see the help text. ``` USAGE: - deno [FLAGS] [OPTIONS] [SUBCOMMAND] - -FLAGS: - -A, --allow-all Allow all permissions - --allow-env Allow environment access - --allow-hrtime Allow high resolution time measurement - --allow-run Allow running subprocesses - -h, --help Prints help information - --no-prompt Do not use prompts - -r, --reload Reload source code cache (recompile TypeScript) - --v8-options Print V8 command line options + deno [OPTIONS] [SUBCOMMAND] OPTIONS: + -A, --allow-all Allow all permissions + --allow-env Allow environment access + --allow-hrtime Allow high resolution time measurement --allow-net=<allow-net> Allow network access --allow-read=<allow-read> Allow file system read access + --allow-run Allow running subprocesses --allow-write=<allow-write> Allow file system write access -c, --config <FILE> Load compiler configuration file + -h, --help Prints help information --importmap <FILE> Load import map file -L, --log-level <log-level> Set log level [possible values: debug, info] + --no-fetch Do not download remote modules + --no-prompt Do not use prompts + -r, --reload Reload source code cache (recompile TypeScript) --seed <NUMBER> Seed Math.random() --v8-flags=<v8-flags> Set V8 command line options + --v8-options Print V8 command line options SUBCOMMANDS: [SCRIPT] Script to run |