From adf7e0150d4556b9cf433f655ab49d132815a357 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 2 Sep 2020 02:23:27 +0300 Subject: [PATCH] Add device autocompletion for /blacklist --- ui/command-processor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/command-processor.go b/ui/command-processor.go index a2b0bcf..dd0ed03 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.go @@ -110,6 +110,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor { "device": autocompleteDevice, "verify": autocompleteDevice, "unverify": autocompleteDevice, + "blacklist": autocompleteDevice, "upload": autocompleteFile, "download": autocompleteFile, "open": autocompleteFile,