Skip to content

Bug or (more likely) some misconfiguration: shift-command-b fails, but CLI works just fine #650

Answered by MrTheSaw
MrTheSaw asked this question in Q&A
Discussion options

You must be logged in to vote

Oops, I figured it out. Each argument has to be seprate, it doesn't parse them like the shell does, so this:
"--experimental-swift-sdk 5.9.1-RELEASE_ubuntu_focal_x86_64"

needs to be this:

"--experimental-swift-sdk",
"5.9.1-RELEASE_ubuntu_focal_x86_64"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrTheSaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant