Documentation
¶
Index ¶
- func AbilitiesFlag(w io.Writer, endpoint string, pokemonName string) error
- func DefenseFlag(w io.Writer, endpoint string, pokemonName string) error
- func ImageFlag(w io.Writer, endpoint string, pokemonName string, size string) error
- func LatestFlag() (string, error)
- func MovesFlag(w io.Writer, endpoint string, pokemonName string) error
- func PokemonAbilitiesFlag(w io.Writer, endpoint string, abilityName string) error
- func StatsFlag(w io.Writer, endpoint string, pokemonName string) error
- func TypesFlag(w io.Writer, endpoint string, pokemonName string) error
- type AbilityFlags
- type PokemonFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefenseFlag ¶ added in v1.6.0
func LatestFlag ¶
func PokemonAbilitiesFlag ¶ added in v1.2.0
Types ¶
type AbilityFlags ¶ added in v1.8.3
func SetupAbilityFlagSet ¶ added in v0.12.0
func SetupAbilityFlagSet() *AbilityFlags
type PokemonFlags ¶ added in v1.8.3
type PokemonFlags struct {
FlagSet *flag.FlagSet
Abilities *bool
ShortAbilities *bool
Defense *bool
ShortDefense *bool
Image *string
ShortImage *string
Move *bool
ShortMove *bool
Stats *bool
ShortStats *bool
Types *bool
ShortTypes *bool
}
func SetupPokemonFlagSet ¶
func SetupPokemonFlagSet() *PokemonFlags
Click to show internal directories.
Click to hide internal directories.