You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using the --moves | -m for the pokemon command, the code is written to retrieve each learnable move one by one which is slow. Adding concurrency for the flag speeds the retrieval.