summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-19push code coverage upAlex Flint
2021-04-19add unittests for maps as environment variables with the separate flagAlex Flint
2021-04-19finish adding comments to specAlex Flint
2021-04-19change "kind" to "cardinality", add support for maps to parserAlex Flint
2021-04-19refactor canParse into kindOfAlex Flint
2021-04-19factor setSlice into its own file, add setMap, and add tests for bothAlex Flint
2021-04-16Merge pull request #137 from alexflint/optional-longAlex Flint
Optional long names
2021-04-16Merge pull request #147 from alexflint/ci-go16Alex Flint
Add go 1.16 to CI
2021-04-16add go 1.6 to CIAlex Flint
2021-04-16fix a commentAlex Flint
2021-04-07Merge pull request #144 from leozhantw/refactor/remove-unused-functionAlex Flint
refactor: remove unused function
2021-04-08refactor: remove unused functionLeoZhan
2021-01-31Merge remote-tracking branch 'origin/master' into optional-longAlex Flint
2021-01-31Merge pull request #138 from alexflint/ci-go15Alex Flint
Add go1.15 to CI
2021-01-31replace "name" and "typ" by storing the original StructFieldAlex Flint
2021-01-31fix typoAlex Flint
2021-01-31add go1.15 to CI, drop go1.11Alex Flint
2021-01-31Merge remote-tracking branch 'origin/master' into optional-longAlex Flint
2021-01-31test that short-only options are printed first in the help messageAlex Flint
2021-01-31Merge pull request #136 from alexflint/ignore-unexportedAlex Flint
Skip unexported fields
2021-01-31skip unexported fieldsAlex Flint
2020-12-20Skip right column if the left is emptyAndrew Morozko
2020-12-20Updated readmeAndrew Morozko
2020-12-20Optional long argumentsAndrew Morozko
2020-09-27Merge pull request #123 from alexflint/drop-vendorAlex Flint
Drop vendor directory
2020-08-12drop vendor directoryAlex Flint
2020-08-06Merge pull request #122 from alexflint/short-and-longAlex Flint
Add examples showing how to override the short and long versions of option
2020-08-06add documentation and examples showing how to override the short and long ↵Alex Flint
option names together
2020-07-06Merge pull request #120 from alexflint/dedent-tag-loopAlex Flint
Move empty tag check inside loop
2020-07-06move empty tag check inside the loopAlex Flint
2020-06-03Merge pull request #116 from denysvitali/masterAlex Flint
feat(usage): Include env variable in usage
2020-06-03feat(usage): Include env variable in usageDenys Vitali
2020-04-17Merge pull request #114 from alexflint/migrate-to-codecovAlex Flint
Upload coverage to codecov
2020-04-17replace coveralls badge with codecovAlex Flint
2020-04-17fix github actions configAlex Flint
2020-04-17upload to codecovAlex Flint
2020-04-17Merge pull request #113 from alexflint/prettify-readme-headerAlex Flint
move some stuff around in the readme header; add sourcegraph badge
2020-04-17add banner imageAlex Flint
2020-04-17drop golangci since it is shutting down soon; fix pkg.go.dev linkAlex Flint
2020-04-17use go.dev badgeAlex Flint
2020-04-17drop blank linesAlex Flint
2020-04-17move some stuff around in the readme header; add sourcegraphAlex Flint
2020-04-03Merge pull request #110 from alexflint/github-actionsAlex Flint
Set up CI using github actions
2020-04-03put coverage badge backAlex Flint
2020-04-03replace travis badge with github actions badgeAlex Flint
2020-04-03use ${{ matrix.go }}Alex Flint
2020-04-03fix name of dependencyAlex Flint
2020-04-03add coverage using goverallsAlex Flint
2020-04-03drop coverage badge (adding an issue to put it back)Alex Flint
2020-04-03drop travis and old test dir (module system support is now stable)Alex Flint