This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quote package sources that contain spaces (#943)
* Escape uris that contain spaces cannot apply Uri.EscapeUriString blinbdly, or it will double-escape already escaped strings For #942 * escape with "" * Use `ArgumentEscaper.EscapeAndConcatenate` which will wrap in quotes if need be And is generally more detailed and robust than what I did see https://github.com/natemcmaster/CommandLineUtils/blob/master/src/CommandLineUtils/Utilities/ArgumentEscaper.cs Co-authored-by: Anthony Steele <[email protected]>
- Loading branch information