mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[PTRun][Program]Run commands: Support for MSC and CPL (#23668)
* code changes * spell fix * dev docs * update tests * Code improvement
This commit is contained in:
@@ -42,3 +42,6 @@ There are broadly two different categories of applications:
|
||||
### Additional Notes
|
||||
- Arguments can be provided to the program plugin by entering them after `--` (a double dash).
|
||||
- The localization is done using the `Localization Helper`from `Wox.Plugin.Common` hosted at runtime in a variable of plugin's main class.
|
||||
- The `Run commands` differ in two points from the normal `Win32Programs`:
|
||||
- The result title contains the executable type.
|
||||
- The file types `.cpl` and `.msc` are supported too.
|
||||
|
||||
Reference in New Issue
Block a user