Commits

Max Howell committed 0d7ff8ac789
Test that we can split out combined short flags eg: foo -xyz and: foo -x -y -z Should behave the same. Also, we support eg: git commit -mMessage Which is taken to be: git commit -m=Message We only support this for enum implementations that have an associated value for the flag `-m`.