summaryrefslogtreecommitdiff
path: root/usage.go
AgeCommit message (Expand)Author
2018-04-13Custom parsers implementing encoding.TextMarshaler() can have default values ...Wlazlo, Matt
2017-03-30required positional argsMario Hros
2017-03-08nicer usage outputMario Hros
2017-02-08print description in help message, not in usageEmmanouil "Manolis" Maragkakis
2017-01-23add support for description stringEmmanouil "Manolis" Maragkakis
2016-09-08add support for version stringAlex Flint
2016-03-06Print defaults for multiplesFredrik Wallgren
2016-02-22Merge pull request #32 from alexflint/override_program_nameAlex Flint
2016-01-23add support for IP address, email address, and MAC addressAlex Flint
2016-01-18make it possible to override the name of the programAlex Flint
2016-01-18extract common colWidth constantAlex Flint
2016-01-18resolve mergeAlex Flint
2015-12-04Fix error when printing usage for multi-value argumentsAlex Rakoczy
2015-11-22Fix merge conflictsFredrik Wallgren
2015-11-21Display help text for positional argumentsbrettlangdon
2015-11-22Add default values to usageFredrik Wallgren
2015-11-16Add built ins to options in help outputFredrik Wallgren
2015-11-11Merge pull request #14 from walle/usage_on_stderr_bugAlex Flint
2015-11-11Fix lint warningFredrik Wallgren
2015-11-11Fix bug with error not being written to stderrFredrik Wallgren
2015-11-09Merge pull request #10 from walle/fail_to_stderrAlex Flint
2015-11-09Write usage message to stderr on errorFredrik Wallgren
2015-11-07Remove excess trailing whitespace from Usage generationbrettlangdon
2015-11-04add tests for usage infoAlex Flint
2015-11-01separate help into WriteUsage and WriteHelpAlex Flint
2015-11-01move more stuff over to the parser structAlex Flint
2015-10-31added parser structAlex Flint
2015-10-31udpate readmeAlex Flint
2015-10-31add usage.goAlex Flint