Skip to content

Commit a03eb95

Browse files
committed
added update index flag to autocompletion
1 parent 7529106 commit a03eb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/arduino.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
{
4545
case $(last_command) in
4646
arduino_lib)
47-
opts="install uninstall list search version"
47+
opts="install uninstall list search version --update-index"
4848
;;
4949
arduino_core)
5050
opts="install uninstall list search version --update-index"
@@ -53,7 +53,7 @@ const (
5353
opts="lib core version"
5454
;;
5555
arduino)
56-
opts="lib help version"
56+
opts="lib core help version"
5757
;;
5858
esac
5959
if [[ ${cur} == " *" ]] ; then

0 commit comments

Comments
 (0)