/particle-cli-completion

Bash completion for particle-cli

Primary LanguagePython

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