diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-04-25 20:59:49 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-25 12:59:49 -0600 |
commit | aa85a4d2884e7600e0f64c457e20cd7f02b811c6 (patch) | |
tree | c451ab9fec8d551b3b6c087a1febd7f8ce90bc2b /website/manual.md | |
parent | b426ecce80a968ae77cde9e242a9014bff371f79 (diff) |
Rename CLI flags to subcommands (#2212)
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index 3c72a2a8b..207ec4017 100644 --- a/website/manual.md +++ b/website/manual.md @@ -553,7 +553,6 @@ FLAGS: --no-prompt Do not use prompts -r, --reload Reload source code cache (recompile TypeScript) --v8-options Print V8 command line options - -v, --version Print the version OPTIONS: --v8-flags=<v8-flags> Set V8 command line options @@ -563,8 +562,10 @@ SUBCOMMANDS: 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 types Print runtime TypeScript declarations + version Print the version ENVIRONMENT VARIABLES: DENO_DIR Set deno's base directory |