Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.0 #4

Merged
merged 13 commits into from
Jun 2, 2024
Merged

0.1.0 #4

merged 13 commits into from
Jun 2, 2024

Conversation

digitalghost-dev
Copy link
Owner

Added

  • Created a base connections.go file that'll hold all the logic for calling the API.
  • Created a flagset to be used with pokemon subcommand.
  • Created a pokemon subcommand that takes os.Args[1] for use after calling the tool.
    • For example:
~ $ poke-cli bulbasaur --types

# output:
> Selected Pokémon: Bulbasaur
> Type 1: grass
> Type 2: poison

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a pokemon subcommand Create flagset for pokemon subcommand Create a connections file
1 participant