File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/plugin-autocomplete/README.md
@oclif/plugin-autocomplete
==========================
autocomplete plugin for oclif (bash & zsh)
[](https://npmjs.org/package/@oclif/plugin-autocomplete)
[](https://circleci.com/gh/oclif/plugin-autocomplete/tree/master)
[](https://ci.appveyor.com/project/oclif/plugin-autocomplete/branch/master)
[](https://codecov.io/gh/oclif/plugin-autocomplete)
[](https://npmjs.org/package/@oclif/plugin-autocomplete)
[](https://github.com/oclif/plugin-autocomplete/blob/master/package.json)
<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
See https://oclif.io/docs/plugins.html
# Commands
<!-- commands -->
* [`oclif-example autocomplete [SHELL]`](#oclif-example-autocomplete-shell)
## `oclif-example autocomplete [SHELL]`
display autocomplete installation instructions
```
USAGE
$ oclif-example autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ oclif-example autocomplete
$ oclif-example autocomplete bash
$ oclif-example autocomplete zsh
$ oclif-example autocomplete --refresh-cache
```
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v0.2.0/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->