yannjor / krabby

Print pokemon sprites in your terminal
GNU General Public License v3.0
97 stars 3 forks source link

Add `--shiny` flag to `random` subcommand #11

Closed spietras closed 1 year ago

spietras commented 1 year ago

name subcommand already has a --shiny flag, which makes it possible to display a shiny version of a specified Pokemon.

random subcommand could also have that flag so that we could get a random shiny Pokemon.

I know it's possible to achieve this by setting the shiny probability to 1 in the configuration file, but a flag would be nice too. I can imagine some use cases with that.

yannjor commented 1 year ago

Good idea! :)