Allow arguments to take spaces
Opened this issue · 0 comments
GitableRoy commented
Arguments do not allow space. Allow spaces through quotations.
Allowed: vcamp create -n Window7
Not Allowed: vcamp create -n Windows 7
Solution: vcamp create -n "Windows 7"