XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.59k stars 119 forks source link

--directory doesn't work #303

Open chipitsine opened 1 year ago

chipitsine commented 1 year ago
Mac-2748:~ runner$ xcodes download 14.2.0 --directory=xc

Downloading with aria2 (/usr/local/bin/aria2c)
(1/1) Downloading Xcode 14.2.0+14C18: 99%

Xcode 14.2.0 has been downloaded to /Users/runner/Downloads/Xcode-14.2.0+14C18.xip
Mac-2748:~ runner$ ls xc
Mac-2748:~ runner$ rm Downloads/Xcode-14.2.0+14C18.xip 
Mac-2748:~ runner$ xcodes download 14.2.0 --directory xc

Downloading with aria2 (/usr/local/bin/aria2c)
(1/1) Downloading Xcode 14.2.0+14C18: 99%

Xcode 14.2.0 has been downloaded to /Users/runner/Downloads/Xcode-14.2.0+14C18.xip
Mac-2748:~ runner$ 

file is stored in Downloads despite explicit --directory specified

mcaulifn commented 3 months ago

Are there any updates on this one?