Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template list should mark default template #663

Closed
guillep opened this issue Jan 26, 2024 · 2 comments
Closed

template list should mark default template #663

guillep opened this issue Jan 26, 2024 · 2 comments
Labels
Bug cmd-line Command-line Launcher issue

Comments

@guillep
Copy link
Member

guillep commented Jan 26, 2024

Pharo command line -- 3.1.1-418-ge2eb5da2

$ pl template list
#  Template name                                    URL
-- ------------------------------------------------ --------------------------------------------------------------------------------------------------------
1  Pharo 12.0 - 64bit (development version, latest) https://files.pharo.org/image/120/latest-64.zip
2  Pharo 12.0 - 32bit (development version, latest) https://files.pharo.org/image/120/latest-32.zip
3  Pharo 11.0 - 64bit (stable)                      https://files.pharo.org/image/110/latest-64.zip
4  Pharo 11.0 - 32bit (stable)                      https://files.pharo.org/image/110/latest-32.zip
5  Pharo 10.0 - 64bit (old stable)                  https://files.pharo.org/image/100/latest-64.zip
6  Pharo 10.0 - 32bit (old stable)                  https://files.pharo.org/image/100/latest-32.zip

The table should mark somehow the default template?

@guillep guillep added the Bug label Jan 26, 2024
@demarey
Copy link
Contributor

demarey commented Jan 29, 2024

Would something like this be enough ?

$ pl template list
#  Template name                                    URL
--- ------------------------------------------------ --------------------------------------------------------------------------------------------------------
  1  Pharo 12.0 - 64bit (development version, latest) https://files.pharo.org/image/120/latest-64.zip
  2  Pharo 12.0 - 32bit (development version, latest) https://files.pharo.org/image/120/latest-32.zip 
* 3  Pharo 11.0 - 64bit (stable)                      https://files.pharo.org/image/110/latest-64.zip
  4  Pharo 11.0 - 32bit (stable)                      https://files.pharo.org/image/110/latest-32.zip
  5  Pharo 10.0 - 64bit (old stable)                  https://files.pharo.org/image/100/latest-64.zip
  6  Pharo 10.0 - 32bit (old stable)                  https://files.pharo.org/image/100/latest-32.zip

@guillep
Copy link
Member Author

guillep commented Jan 29, 2024

Yes :)

@demarey demarey added the cmd-line Command-line Launcher issue label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug cmd-line Command-line Launcher issue
Projects
None yet
Development

No branches or pull requests

2 participants