Skip to content

nrobinson2000/particle-cli-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published