paypal / butterfly

Application transformation tool
https://paypal.github.io/butterfly/
MIT License
47 stars 50 forks source link

[350] Display 'LATEST' if the -u argument isn't supplied.. #352

Closed crankydillo closed 4 years ago

crankydillo commented 4 years ago

Fix for #350.

This jives with CLI help output. I almost defaulted the argument value to LATEST. That is probably the better way to go, but the code already works against null, and I didn't want to take the time:(

Just too much to do!

crankydillo commented 4 years ago

I can add a test, but I'm not sure if you go that far with test:) I typically don't!