1- ╭────────────────────────────────────────────────────────────────────────────╮
2- │Get details about a specific Pokémon. │
3- │ │
4- │ USAGE: │
5- │ poke-cli pokemon <pokemon-name> [flag] │
6- │ Use a hyphen when typing a name with a space. │
7- │ │
8- │ FLAGS: │
9- │ -a, --abilities Prints the Pokémon's abilities. │
10- │ -i=xx, --image=xx Prints out the Pokémon's default sprite. │
11- │ options: [sm, md, lg] │
12- │ -m, --moves Prints the Pokemon's learnable moves. │
13- │ -s, --stats Prints the Pokémon's base stats. │
14- │ -t, --types Prints the Pokémon's typing. │
15- │ -h, --help Prints the help menu. │
16- ╰────────────────────────────────────────────────────────────────────────────╯
1+ ╭───────────────────────────────────────────────────────────────────────────────────── ╮
2+ │Get details about a specific Pokémon. │
3+ │ │
4+ │ USAGE: │
5+ │ poke-cli pokemon <pokemon-name> [flag] │
6+ │ Use a hyphen when typing a name with a space. │
7+ │ │
8+ │ FLAGS: │
9+ │ -a, --abilities Prints the Pokémon's abilities. │
10+ │ -i=xx, --image=xx Prints out the Pokémon's default sprite. │
11+ │ options: [sm, md, lg] │
12+ │ -m, --moves Prints the Pokemon's learnable moves. │
13+ │ -s, --stats Prints the Pokémon's base stats. │
14+ │ -t, --types Deprecated. Types are included with each Pokémon. │
15+ │ -h, --help Prints the help menu. │
16+ ╰───────────────────────────────────────────────────────────────────────────────────── ╯
0 commit comments