diff --git a/runtime/manual/getting_started/command_line_interface.md b/runtime/manual/getting_started/command_line_interface.md index 58b1274a8..05d83286d 100644 --- a/runtime/manual/getting_started/command_line_interface.md +++ b/runtime/manual/getting_started/command_line_interface.md @@ -231,15 +231,3 @@ More flags which affect the execution environment. --seed Seed Math.random() --v8-flags= Set V8 command line options. For help: ... ``` - -## Autocomplete - -You can get IDE-style autocompletions for Deno with [Fig](https://fig.io/) -. -It works in bash, zsh, and fish. - -To install, run: - -```shell -brew install fig -```