If you run ti create --name "Testing WebP Images" -p android -t app -u --id test -d . --alloy --sdk 12.3.0 to create an alloy project it will run alloy new /Users/user/Developer/Apps/Testing WebP Images later on and will break.
This PR will add 'path with space' so you can uses spaces too.
Test
run ti create --name "Testing WebP Images" -p android -t app -u --id test -d . --alloy --sdk 12.3.0
If you run
ti create --name "Testing WebP Images" -p android -t app -u --id test -d . --alloy --sdk 12.3.0
to create an alloy project it will runalloy new /Users/user/Developer/Apps/Testing WebP Images
later on and will break.This PR will add
'path with space'
so you can uses spaces too.Test
ti create --name "Testing WebP Images" -p android -t app -u --id test -d . --alloy --sdk 12.3.0