This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
feature: handle command arguments with spaces #339
Labels
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Which problem is this feature request solving?
At the moment we return a dev/build command as a single string, e.g.
npm run <some-script>
.This might cause issues if
<some-script>
contains spaces.We should support this use case.
Related to netlify/cli#2857 (comment)
Describe the solution you'd like
Handle spaces in command arguments, via quoting the arguments or escaping the spaces.
Describe alternatives you've considered
N/A
Can you submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: