update comment

This commit is contained in:
Jeremy 2021-11-18 05:59:37 +11:00
parent ef56d91c2f
commit 8cf93907e9

View file

@ -30,9 +30,10 @@ namespace Flow.Launcher.Plugin
void RestartApp();
/// <summary>
/// Run a shell command or external program
/// Run a shell command
/// </summary>
/// <param name="cmd">The command or program to run</param>
/// <param name="filename">the shell type to run, e.g. powershell.exe</param>
/// <exception cref="FileNotFoundException">Thrown when unable to find the file specified in the command </exception>
/// <exception cref="Win32Exception">Thrown when error occurs during the execution of the command </exception>
void ShellRun(string cmd, string filename = "cmd.exe");