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 print short name #662

Open
guillep opened this issue Jan 26, 2024 · 1 comment
Open

template list should print short name #662

guillep opened this issue Jan 26, 2024 · 1 comment
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 have the short names (pharo12...)

@guillep guillep added Bug cmd-line Command-line Launcher issue labels Jan 26, 2024
@Bajger
Copy link
Member

Bajger commented Jan 27, 2025

@guillep Hi! You want to have it as default behavior? I was trying to find out, where short names are defined, not sure if it is applicable for all templates or just from Official distributions category. Behavior should look like:

$ pl template list --short
#  Template name                                    URL
-- ------------------------------------------------ --------------------------------------------------------------------------------------------------------
1  P12 dev                     https://files.pharo.org/image/120/latest-64.zip
2  P12 dev 32b             https://files.pharo.org/image/120/latest-32.zip
3  P11               https://files.pharo.org/image/110/latest-64.zip
4  P11 32b                     https://files.pharo.org/image/110/latest-32.zip

or rather list command should print short names by default?

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