iroddis / asdf-mysql

A MySQL Plugin for asdf
GNU General Public License v2.0
19 stars 8 forks source link

Collapse versions listing #4

Closed jmromer closed 4 years ago

jmromer commented 4 years ago

Fixes a bug in list-all whereby only one version of mysql is echoed to standard out.

Before

% asdf list all mysql
4.1.21

After

% asdf list all mysql
4.1.21
4.1.22
5.0.95
5.0.96
5.1.72
5.1.73
5.2.3
5.4.3
5.5.60
5.5.61
5.5.62
5.6.48
5.6.49
5.6.50
5.7.30
5.7.31
5.7.32
6.0.11
8.0.21
8.0.22
jbarreneche commented 4 years ago

I can confirm this works for me too! 👍 🙇