We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef56d91 commit 8cf9390Copy full SHA for 8cf9390
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -30,9 +30,10 @@ public interface IPublicAPI
30
void RestartApp();
31
32
/// <summary>
33
- /// Run a shell command or external program
+ /// Run a shell command
34
/// </summary>
35
/// <param name="cmd">The command or program to run</param>
36
+ /// <param name="filename">the shell type to run, e.g. powershell.exe</param>
37
/// <exception cref="FileNotFoundException">Thrown when unable to find the file specified in the command </exception>
38
/// <exception cref="Win32Exception">Thrown when error occurs during the execution of the command </exception>
39
void ShellRun(string cmd, string filename = "cmd.exe");
0 commit comments