You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Scans the interface in the CustomCommands.Interfaces namespace and adds the classes that implement the interface to the service collection automatically
/// Splits the input into an array of strings. If the input is a string, it will be split by newlines. If the input is an array, each element will be split by newlines.
37
+
/// </summary>
38
+
/// <param name="input">This should be a string[] or a string</param>
39
+
/// <returns>An array of strings representing the lines of the input.</returns>
0 commit comments