1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

M #-: Remove numbers in provision list options (CLI)

This commit is contained in:
Ruben S. Montero 2022-05-04 16:19:59 +02:00
parent 1523d9797f
commit 34c4f38a47
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -805,8 +805,8 @@ module OneProvision
end
when 'list'
puts
input['options'].each_with_index do |opt, i|
puts " #{i} #{opt}"
input['options'].each do |opt|
puts " - #{opt}"
end
puts