From baf7092ea2ac97bee93213ddf639bb9b41f0888e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 27 Apr 2021 12:44:36 +0200 Subject: remove --unstable flag from CLI features (#10190) --- docs/getting_started/command_line_interface.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/getting_started/command_line_interface.md') 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 -- cgit v1.2.3