fldried / mon

Pokédex in your terminal, thanks to Rust
0 stars 0 forks source link

always display generated name instead of ID #3

Closed fldried closed 4 months ago

fldried commented 2 years ago

currently names and forms of mons are only displayed, when theyre explicitly called using args. otherwise the id is returned

e.g Zygarde:

mon zygarde returns Generated? zygarde zygarde-50

mon returns Generated? 718 718

fldried commented 2 years ago

might close later as the output is currently only for debugging purposes