pflag
pflag copied to clipboard
Add support for IsSpecified
Removes Init method to standardize on NewFlagSet.
This method can be used to check if a flag was specified by the user.
(I noticed a similar attempt was done in #8 but didn't know at the time I wrote this, which is arguably a smaller changeset)