Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 793 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 793 Bytes

Build Status

particle-cli-completion

Created because of this request.

Load the completion:

$ source particle

Now try tabbing while using particle!

Automatic Install:

You can install the completion using the install script:

$ bash <(curl -sL https://git.io/vQWZD)

Regenerating particle completion automatically

$ cd generator
$ python3 completion.py
$ python3 combine.py
$ python3 generate.py > ../particle