A simple and interactive Command Line Interface tool written in Go that fetches Pokémon information from the PokeAPI.
Built using the Cobra library for structured CLI commands.
- Fetch Pokémon details by name (type, abilities, height, weight, stats, etc.).
- Search Pokémon by type (e.g., fire, water, electric).
- Well-structured CLI with subcommands using Cobra.
- Clean, maintainable project structure with separate files for commands.