Enable file path autocompletion for /download and /open
This commit is contained in:
parent
0aeedd2c43
commit
b1488d3f61
@ -111,6 +111,8 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
|
|||||||
"verify": autocompleteDevice,
|
"verify": autocompleteDevice,
|
||||||
"unverify": autocompleteDevice,
|
"unverify": autocompleteDevice,
|
||||||
"upload": autocompleteFile,
|
"upload": autocompleteFile,
|
||||||
|
"download": autocompleteFile,
|
||||||
|
"open": autocompleteFile,
|
||||||
"import": autocompleteFile,
|
"import": autocompleteFile,
|
||||||
"export": autocompleteFile,
|
"export": autocompleteFile,
|
||||||
"export-room": autocompleteFile,
|
"export-room": autocompleteFile,
|
||||||
|
Loading…
Reference in New Issue
Block a user