aboutsummaryrefslogtreecommitdiff
path: root/flag.go
AgeCommit message (Expand)Author
2012-05-04Nicer error message for undefined flagsAlex Ogier
2012-04-30Mark flags as visited based on their nameAlex Ogier
2012-04-30Rename package flag --> pflagAlex Ogier
2012-04-30Oops, allocate memory for arguments, don't set them to ""Alex Ogier
2012-04-30Allow -Ifile, -n3 style shorthandAlex Ogier
2012-04-30Print out usage in the proper POSIX formatAlex Ogier
2012-04-30Modify flag parser to handle -shortcut and long --optionsAlex Ogier
2012-04-26Add Shortcut field to Flag, and *P() versions of flags that take shortcutsAlex Ogier
2012-04-26Copy the flag module from the go standard libraryAlex Ogier