platformio misc completion install¶
Usage¶
platformio misc completion install [OPTIONS]
pio misc completion install [OPTIONS]
Description¶
Install shell completion files or code.
Options¶
- --shell¶
The shell type, default is auto
and will be detected from a current shell session.
Supported shells are:
- --path¶
Custom installation path of the code to be evaluated by the shell. The standard installation path is used by default.
Examples¶
> pio misc completion install
PlatformIO CLI completion has been installed for fish shell to ~/.config/fish/completions/pio.fish
Please restart a current shell session