```csharp // I assume this is "split on whitespace, unless it was quoted"? public IEnumerable<string> Split(string commandLine); ```