JSPM

  • Created
  • Published
  • Downloads 926342
  • Score
    100M100P100Q190979F
  • License MIT

autocomplete plugin for oclif

Package Exports

  • @oclif/plugin-autocomplete/lib/commands/autocomplete

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@oclif/plugin-autocomplete) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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