dotnet / dotnet/command-line-api
Document all the work done by `CommandLineStringSplitter` including its importance in testing
Open
Area-API
Area-Documentation
Area-Parser and Binder
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
```csharp
// I assume this is "split on whitespace, unless it was quoted"?
public IEnumerable Split(string commandLine);
```
Contributor guide
Assessment
This issue has not been assessed yet.