mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[PowerToys Run] Add Suport for Commandline arguments in Program Plugin (#5791)
* Implemented possibility to add commandline arguments in the Program Plugin * Add missing return statement inc ommandArgumentParser loop * Fix typos * Fix Additional Typo * Changed -c to /c to make it a valid cmd argument * Added small comment about importance of order in _programArgumentParsers Co-authored-by: Roy <royvou@hotmailcom>
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Microsoft.Plugin.Program.Programs
|
||||
{
|
||||
List<ContextMenuResult> ContextMenus(IPublicAPI api);
|
||||
|
||||
Result Result(string query, IPublicAPI api);
|
||||
Result Result(string query, string queryArguments, IPublicAPI api);
|
||||
|
||||
string UniqueIdentifier { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user