This was broken earlier due to 3f94d17c71 not taking into account this example. Fixes #2746.
3f94d17c71
This PR switches the Arg::Short macro to take a character instead of a string. It removes the hacky code in the Method to_token method and implements the logic for Short when parsing the clap derive arguments. Fixes #1815.