summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJaePil Jung <jjp5023@gmail.com>2019-06-23 23:01:49 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-06-23 07:01:49 -0700
commitd82089ca358b7fa4d5e2b7a357f651364643de7a (patch)
tree3f59cc84d6907ac60c6bf393b0ef96fb698e2e8d /website
parent6fa6828e5f0f7abac20ec342ee5ec57654a425d0 (diff)
Update manual.md (#2571)
Diffstat (limited to 'website')
-rw-r--r--website/manual.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/website/manual.md b/website/manual.md
index 9001be285..c2e1b99d5 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -603,7 +603,6 @@ FLAGS:
--allow-hrtime Allow high resolution time measurement
--allow-run Allow running subprocesses
-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
@@ -614,17 +613,19 @@ OPTIONS:
--allow-write=<allow-write> Allow file system write access
-c, --config <FILE> Load compiler configuration file
--importmap <FILE> Load import map file
- --seed <NUMBER> Seed Math.random() and crypto.getRandomValues()
+ -L, --log-level <log-level> Set log level [possible values: debug, info]
+ --seed <NUMBER> Seed Math.random()
--v8-flags=<v8-flags> Set V8 command line options
SUBCOMMANDS:
<script> Script to run
- bundle Bundle module and dependnecies into single file
+ bundle Bundle module and dependencies into single file
eval Eval script
fetch Fetch the dependencies
fmt Format files
help Prints this message or the help of the given subcommand(s)
info Show source file related info
+ install Install script as executable
run Run a program given a filename or url to the source code
types Print runtime TypeScript declarations
version Print the version