mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comment
This commit is contained in:
parent
ef56d91c2f
commit
8cf93907e9
1 changed files with 2 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue