dfrankland / pokemonsay

👾 Pokemon version of cowsay with CLI and API.
https://www.npmjs.com/package/pokemonsay
MIT License
404 stars 17 forks source link

There should be an max generation argument #1

Open KonstaL opened 5 years ago

KonstaL commented 5 years ago

There should be an max generation argument that filters available pokemon for random picking. Many people (including me) would rather see just 1st generation pokemons, instead of all of them.

The api could look something like this: pokemonsay --max-gen=1

dfrankland commented 5 years ago

Definitely, I agree! I am planning to update this with more information per Pokemon which will help do things like filtering.