mattgibson / plugin-autocomplete

autocomplete plugin for oclif

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@oclif/plugin-autocomplete

autocomplete plugin for oclif (bash & zsh)

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

See https://oclif.io/docs/plugins.html

Commands

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

About

autocomplete plugin for oclif

License:MIT License


Languages

Language:TypeScript 95.4%Language:Shell 2.7%Language:JavaScript 1.8%Language:Batchfile 0.1%