in case they have args
This commit is contained in:
parent
8075facfa3
commit
37d2d9d700
|
|
@ -16,7 +16,7 @@ function handleCompletion(e: KeyboardEvent) {
|
|||
|
||||
for (const command of Object.keys(commands)) {
|
||||
if (command.startsWith(input)) {
|
||||
cmdInput.value = command
|
||||
cmdInput.value = command + " "
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user