talwat / pokeget-rs

A better rust version of pokeget.
MIT License
105 stars 3 forks source link

Crash when choose `pikachu-world-cap` #13

Closed haunt98 closed 1 month ago

haunt98 commented 1 month ago

After upgarde to version v1.6.2

I got crash when run pokeget pikachu-world-cap

thread 'main' panicked at .cargo/registry/src/index.crates.io-6f17d22bba15001f/pokeget-1.6.2/src/list.rs:71:24:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
talwat commented 1 month ago

I implemented a new List system, which properly formatted names but also took away from some of the flexibility of pokeget. I'll work on making that sort of input work, but for now you can try pokeget pikachu --form world-cap.

talwat commented 1 month ago

Fixed with this commit, v1.6.3 will be published to the AUR later today. Thanks :)

haunt98 commented 1 month ago

Thanks @talwat , very fast response