dynamicweb / CLI

CLI for Dynamicweb 10 automation in development, builds and deployment scenarios
4 stars 2 forks source link

Swift command (and maybe others) don't handle paths with spaces #4

Closed Imar closed 1 year ago

Imar commented 1 year ago

I am trying to get the latest Swift files intro a folder containing a space. I execute this command:

dw swift "D:\Some Path" # Note the double quotes around the path

Expected results: Files and folders are stored under "D:\Some Path"

Actual results: Files and folders are stored under "D:\Some"

Tested against today's latest version of the CLI and DW 10 Alpha 8

frederik5480 commented 1 year ago

This will be fixed with PR #13