mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-23 21:09:15 -05:00
Rationalise and optimize autocomplete. Closes #3149
This commit is contained in:
@@ -60,7 +60,7 @@ func (c *InteractiveClient) handleInitResult(ctx context.Context, initResult *db
|
||||
c.initialiseSuggestions()
|
||||
// tell the workspace to reset the prompt after displaying async filewatcher messages
|
||||
c.initData.Workspace.SetOnFileWatcherEventMessages(func() {
|
||||
c.initialiseSuggestions()
|
||||
c.initialiseQuerySuggestions()
|
||||
c.interactivePrompt.Render()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user