From 8e2a47e2a5b9ad46159c07f7c9daef06daeb7ebd Mon Sep 17 00:00:00 2001 From: Hunter Tunnicliff Date: Mon, 20 May 2024 03:35:07 -0700 Subject: [PATCH] Remove Fig autocomplete section from CLI docs (#469) --- .../manual/getting_started/command_line_interface.md | 12 ------------ 1 file changed, 12 deletions(-) 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 -```