summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-04-27 12:44:36 +0200
committerGitHub <noreply@github.com>2021-04-27 12:44:36 +0200
commitbaf7092ea2ac97bee93213ddf639bb9b41f0888e (patch)
treea89f9794f4e1fcb0cd8eae9d1e8058d90668a8f4 /docs/getting_started
parent83770e898e365579dcc30650f706116a312bd9f6 (diff)
remove --unstable flag from CLI features (#10190)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/command_line_interface.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/getting_started/command_line_interface.md b/docs/getting_started/command_line_interface.md
index b595f132c..617278579 100644
--- a/docs/getting_started/command_line_interface.md
+++ b/docs/getting_started/command_line_interface.md
@@ -94,11 +94,8 @@ watcher. When Deno starts up with this flag it watches the entrypoint, and all
local files the entrypoint statically imports. Whenever one of these files is
changed on disk, the program will automatically be restarted.
-**Note: file watcher is a new feature and still unstable thus it requires
-`--unstable` flag**
-
```
-deno run --watch --unstable main.ts
+deno run --watch main.ts
```
### Integrity flags