mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
Update deno -h
output in manual (#2099)
This commit is contained in:
parent
8584d80cfd
commit
ea1b0519f5
1 changed files with 16 additions and 15 deletions
|
@ -538,23 +538,24 @@ $ deno -h
|
||||||
deno
|
deno
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
deno_dev [FLAGS] [OPTIONS] [SUBCOMMAND]
|
deno [FLAGS] [OPTIONS] [SUBCOMMAND]
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-A, --allow-all Allow all permissions
|
-A, --allow-all Allow all permissions
|
||||||
--allow-env Allow environment access
|
--allow-env Allow environment access
|
||||||
--allow-net Allow network access
|
--allow-high-precision Allow high precision time measurement
|
||||||
--allow-read Allow file system read access
|
--allow-net Allow network access
|
||||||
--allow-run Allow running subprocesses
|
--allow-read Allow file system read access
|
||||||
--allow-write Allow file system write access
|
--allow-run Allow running subprocesses
|
||||||
-h, --help Prints help information
|
--allow-write Allow file system write access
|
||||||
-D, --log-debug Log debug output
|
-h, --help Prints help information
|
||||||
--no-prompt Do not use prompts
|
-D, --log-debug Log debug output
|
||||||
--prefetch Prefetch the dependencies
|
--no-prompt Do not use prompts
|
||||||
-r, --reload Reload source code cache (recompile TypeScript)
|
--prefetch Prefetch the dependencies
|
||||||
--types Print runtime TypeScript declarations
|
-r, --reload Reload source code cache (recompile TypeScript)
|
||||||
--v8-options Print V8 command line options
|
--types Print runtime TypeScript declarations
|
||||||
-v, --version Print the version
|
--v8-options Print V8 command line options
|
||||||
|
-v, --version Print the version
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--v8-flags=<v8-flags> Set V8 command line options
|
--v8-flags=<v8-flags> Set V8 command line options
|
||||||
|
|
Loading…
Add table
Reference in a new issue