File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,13 @@ Output:
7979
8080** Available Flags**
8181
82- * ` --help | -h `
83- * ` --abilities | -a `
84- * ` --image=xx | -i=xx `
85- * ` --moves | -m `
86- * ` --stats | -s `
87- * ` --types | -t `
82+ * ` -h | --help `
83+ * ` -a | --abilities `
84+ * ` -d | --defense `
85+ * ` -i=xx | --image=xx `
86+ * ` -m | --moves `
87+ * ` -s | --stats `
88+ * ` -t | --types `
8889
8990!!! warning
9091
@@ -101,7 +102,16 @@ Output:
101102![ pokemon_abilities_moves] ( assets/pokemon_abilities_moves.gif )
102103
103104Example:
104- ``` shell
105+ ``` console
106+ $ poke-cli pokemon gastrodon --defense
107+ ```
108+
109+ Output:
110+
111+ ![ pokemon_defense] ( assets/pokemon_defense.gif )
112+
113+ Example:
114+ ``` console
105115# choose between three sizes: ' sm' , ' md' , ' lg'
106116$ poke-cli pokemon tyranitar --image=sm
107117```
You can’t perform that action at this time.
0 commit comments