|
1 | | -╭───────────────────────────────────────────────────────────────╮ |
2 | | -│Welcome! This tool displays data related to Pokémon! │ |
3 | | -│ │ |
4 | | -│ USAGE: │ |
5 | | -│ poke-cli [flag] │ |
6 | | -│ poke-cli <command> [flag] │ |
7 | | -│ poke-cli <command> <subcommand> [flag] │ |
8 | | -│ │ |
9 | | -│ FLAGS: │ |
10 | | -│ -h, --help Shows the help menu │ |
11 | | -│ -l, --latest Prints the latest version available │ |
12 | | -│ -v, --version Prints the current version │ |
13 | | -│ │ |
14 | | -│ COMMANDS: │ |
15 | | -│ ability Get details about an ability │ |
16 | | -│ berry Get details about a berry │ |
17 | | -│ card Get details about a TCG card │ |
18 | | -│ item Get details about an item │ |
19 | | -│ move Get details about a move │ |
20 | | -│ natures Get details about all natures │ |
21 | | -│ pokemon Get details about a Pokémon │ |
22 | | -│ search Search for a resource │ |
23 | | -│ speed Calculate the speed of a Pokémon in battle │ |
24 | | -│ types Get details about a typing │ |
25 | | -│ │ |
26 | | -│ Use a hyphen when typing a name with a space. │ |
27 | | -│ example: poke-cli ability strong-jaw │ |
28 | | -│ example: poke-cli pokemon flutter-mane │ |
29 | | -│ │ |
30 | | -│ ↓ ctrl/cmd + click for docs/guides │ |
31 | | -│ ]8;;https://docs.poke-cli.com\docs.poke-cli.com]8;;\ │ |
32 | | -╰───────────────────────────────────────────────────────────────╯ |
| 1 | +╭──────────────────────────────────────────────────────────────╮ |
| 2 | +│Welcome! This tool displays data related to Pokémon! │ |
| 3 | +│ │ |
| 4 | +│ USAGE: │ |
| 5 | +│ poke-cli [flag] │ |
| 6 | +│ poke-cli <command> [flag] │ |
| 7 | +│ poke-cli <command> <subcommand> [flag] │ |
| 8 | +│ │ |
| 9 | +│ FLAGS: │ |
| 10 | +│ -h, --help Shows the help menu │ |
| 11 | +│ -l, --latest Prints the latest version available │ |
| 12 | +│ -v, --version Prints the current version │ |
| 13 | +│ │ |
| 14 | +│ COMMANDS: │ |
| 15 | +│ ability Get details about an ability │ |
| 16 | +│ berry Get details about a berry │ |
| 17 | +│ card Get details about a TCG card │ |
| 18 | +│ item Get details about an item │ |
| 19 | +│ move Get details about a move │ |
| 20 | +│ natures Get details about all natures │ |
| 21 | +│ pokemon Get details about a Pokémon │ |
| 22 | +│ search Search for a resource │ |
| 23 | +│ speed Calculate the speed of a Pokémon in battle│ |
| 24 | +│ types Get details about a typing │ |
| 25 | +│ │ |
| 26 | +│ Use a hyphen when typing a name with a space. │ |
| 27 | +│ example: poke-cli ability strong-jaw │ |
| 28 | +│ example: poke-cli pokemon flutter-mane │ |
| 29 | +│ │ |
| 30 | +│ ↓ ctrl/cmd + click for docs/guides │ |
| 31 | +│ ]8;;https://docs.poke-cli.com\docs.poke-cli.com]8;;\ │ |
| 32 | +╰──────────────────────────────────────────────────────────────╯ |
0 commit comments