cmdpal 0.3.0

Rust SDK for PowerToys Command Palette
Documentation
1
2
3
4
5
6
7
The **UpdateQuery** method is used to update the query string used for fallback handling. This method is called when the user types a query that doesn't match any of the commands in the Command Palette.

## Parameters


*query* **String**

The query string that is used for fallback handling. This is the text that the user has typed into the Command Palette.