Skip to content

Commit 8cf9390

Browse files
committed
update comment
1 parent ef56d91 commit 8cf9390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ public interface IPublicAPI
3030
void RestartApp();
3131

3232
/// <summary>
33-
/// Run a shell command or external program
33+
/// Run a shell command
3434
/// </summary>
3535
/// <param name="cmd">The command or program to run</param>
36+
/// <param name="filename">the shell type to run, e.g. powershell.exe</param>
3637
/// <exception cref="FileNotFoundException">Thrown when unable to find the file specified in the command </exception>
3738
/// <exception cref="Win32Exception">Thrown when error occurs during the execution of the command </exception>
3839
void ShellRun(string cmd, string filename = "cmd.exe");

0 commit comments

Comments
 (0)