1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Sort tools

This commit is contained in:
Daniel Barber 2018-01-29 10:00:06 -05:00
parent bf351b27b0
commit 71f14b5f57
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -11,7 +11,7 @@ class Tools
end
def list_tools
tools.each do |tool, version|
tools.sort.each do |tool, version|
if available_tools.include? tool
puts "#{tool_icon(tool)}#{tool.ljust(max_length)} #{version}"
end