scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

Add support for spacing within socket path

Open JasonTheAdams opened this issue 3 years ago • 0 comments

Presently, a path such as "/path/to/local sites/socket" will not work correctly as the way the array is parsed breaks on all spaces. So trying to add quotes around the path won't fix the issue. This method uses IFS to form the array, handling this scenario so spaces are possible.

JasonTheAdams avatar Jun 29 '21 20:06 JasonTheAdams