pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Command line - One should be able to specify the default version #664

Closed jordanmontt closed 5 months ago

jordanmontt commented 5 months ago

Some people use the dev version as the default one. So, instead of doing $ pharo-launcher image create -dev newImage, one could say that the default is always dev

guillep commented 5 months ago

It looks like you want peolpe to give their own short names

jordanmontt commented 5 months ago

I mean when I do $ pharo-launcher image create newImage, currently it downloads the Stable version. I would like to be able to specify which is the "default image" to download. For example, I almost always download the development version. So, instead of writing -dev all the time, I would like to configure that when I do $ pharo-launcher image create newImage it downloads dev instead of Stable