From 8cf93907e98e330d7e8e165bcc887888f2c98cb7 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 18 Nov 2021 05:59:37 +1100 Subject: [PATCH] update comment --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index 0897de8a4..908284bb9 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -30,9 +30,10 @@ namespace Flow.Launcher.Plugin void RestartApp(); /// - /// Run a shell command or external program + /// Run a shell command /// /// The command or program to run + /// the shell type to run, e.g. powershell.exe /// Thrown when unable to find the file specified in the command /// Thrown when error occurs during the execution of the command void ShellRun(string cmd, string filename = "cmd.exe");