bin/krypton in krypton-0.1.4 vs bin/krypton in krypton-0.1.5

- old
+ new

@@ -79,9 +79,11 @@ puts result.strip else puts "#{data + ' => '}#{Paint[result.strip, '#2ecc71']}" end exit 0 + when 'uuid' + puts Paint[SecureRandom.uuid, '#2ecc71'] else puts "#{opt} is not a valid action!" exit 1 end end