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

Fix various string output formats #85

Closed
digitalghost-dev opened this issue Dec 11, 2024 · 0 comments · Fixed by #86
Closed

Fix various string output formats #85

digitalghost-dev opened this issue Dec 11, 2024 · 0 comments · Fixed by #86
Labels
improvement Improvement to an existing feature.

Comments

@digitalghost-dev
Copy link
Owner

digitalghost-dev commented Dec 11, 2024

Some strings that output when using commands or flags are not formatted nicely. For example, when using the poke-cli pokemon --abilities flag, the abilities print to the console return the unformatted API string:

Abilities
Ability 1: vessel-of-ruin

New version:

Abilities
Ability 1: Vessel of Ruin

Various string enhancements will take place.

@digitalghost-dev digitalghost-dev added the improvement Improvement to an existing feature. label Dec 11, 2024
@digitalghost-dev digitalghost-dev moved this to Building in poke-cli Dec 14, 2024
@digitalghost-dev digitalghost-dev linked a pull request Dec 14, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Building to Completed in poke-cli Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to an existing feature.
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

1 participant