Removed leftover `flag.Parse()` calls from the `pokemon` and `ability` commands. These were redundant since both commands use their own `FlagSets`: (`pf.FlagSet.Parse()` / `af.FlagSet.Parse()`).
Removed leftover
flag.Parse()calls from thepokemonandabilitycommands.These were redundant since both commands use their own
FlagSets: (pf.FlagSet.Parse()/af.FlagSet.Parse()).