Skip to content

Commit

Permalink
Remove Fig autocomplete section from CLI docs (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff authored May 20, 2024
1 parent 45eed5c commit 8e2a47e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions runtime/manual/getting_started/command_line_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,3 @@ More flags which affect the execution environment.
--seed <NUMBER> Seed Math.random()
--v8-flags=<v8-flags> Set V8 command line options. For help: ...
```

## Autocomplete

You can get IDE-style autocompletions for Deno with [Fig](https://fig.io/)
<a href="https://fig.io/" target="_blank"><img src="https://fig.io/badges/Logo.svg" width="15" height="15"/></a>.
It works in bash, zsh, and fish.

To install, run:

```shell
brew install fig
```

0 comments on commit 8e2a47e

Please sign in to comment.