GitableRoy/VirtualCamp

Allow arguments to take spaces

Opened this issue · 0 comments

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"