1 | @oclif/plugin-autocomplete
|
2 | ==========================
|
3 |
|
4 | autocomplete plugin for oclif (bash & zsh)
|
5 |
|
6 | [](https://npmjs.org/package/@oclif/plugin-autocomplete)
|
7 | [](https://circleci.com/gh/oclif/plugin-autocomplete/tree/main)
|
8 | [](https://ci.appveyor.com/project/oclif/plugin-autocomplete/branch/main)
|
9 | [](https://npmjs.org/package/@oclif/plugin-autocomplete)
|
10 | [](https://github.com/oclif/plugin-autocomplete/blob/main/package.json)
|
11 |
|
12 |
|
13 | * [Usage](#usage)
|
14 | * [Commands](#commands)
|
15 |
|
16 | # Usage
|
17 | See https://oclif.io/docs/plugins.html
|
18 | # Commands
|
19 |
|
20 | * [`oclif-example autocomplete [SHELL]`](#oclif-example-autocomplete-shell)
|
21 |
|
22 | ## `oclif-example autocomplete [SHELL]`
|
23 |
|
24 | display autocomplete installation instructions
|
25 |
|
26 | ```
|
27 | USAGE
|
28 | $ oclif-example autocomplete [SHELL] [-r]
|
29 |
|
30 | ARGUMENTS
|
31 | SHELL shell type
|
32 |
|
33 | FLAGS
|
34 | -r, --refresh-cache Refresh cache (ignores displaying instructions)
|
35 |
|
36 | DESCRIPTION
|
37 | display autocomplete installation instructions
|
38 |
|
39 | EXAMPLES
|
40 | $ oclif-example autocomplete
|
41 |
|
42 | $ oclif-example autocomplete bash
|
43 |
|
44 | $ oclif-example autocomplete zsh
|
45 |
|
46 | $ oclif-example autocomplete --refresh-cache
|
47 | ```
|
48 |
|
49 | _See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v1.3.6/src/commands/autocomplete/index.ts)_
|
50 |
|