pflag
pflag copied to clipboard
Teach pflag to handle unambiguous abbreviated long-args
- add a new abbreviation generator (abbrev.go) with tests
- teach flag.go to build an abbrev table for long args and look it up and add tests to verify new behavior
- Fix "spurious new line" error from use of Println()