Skip to content

add basic implementation of tab completion #663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 12, 2020
Merged
Prev Previous commit
Next Next commit
forgot a space
  • Loading branch information
umbynos committed Jun 9, 2020
commit 875610f0c29126c12f403db29e7a2954d44d8c15
1 change: 1 addition & 0 deletions docs/command-line-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The Zsh completion is working with [Oh-My-Zsh](https://ohmyz.sh/) but not with [
### Fish
Use `arduino-cli completion fish > arduino-cli.fish` to generate the completion file.
At this point you can place the file in `~/.config/fish/completions` with `mv arduino-cli.fish ~/.config/fish/completions/`

Remember to open a new shell to test the functionality

#### Disabling command and flag descriptions
Expand Down