| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-24 | Merge pull request #285 from alexflint/negative-numbersv1.6.0 | Kōshin Alex Flint | |
| Improve handling of negative numbers | |||
| 2025-05-23 | improve handling of negative numbers | Alex Flint | |
| 2025-03-07 | Merge pull request #278 from Areson/ioberst-global-help-options | Alex Flint | |
| Fix Missing Global Options | |||
| 2025-02-11 | Fix Missing Global Options | Ian Oberst | |
| 2024-12-11 | Merge pull request #276 from zanvd/make-placeholder-output-consistent | Alex Flint | |
| Make field name output consistent when using placeholders | |||
| 2024-12-05 | Use common output for usage and errors during parsing. | Žan V. Dragan | |
| 2024-11-04 | Merge pull request #258 from hhromic/implement-204 | Alex Flint | |
| Add support for setting a global env var prefix | |||
| 2024-11-04 | Merge pull request #273 from alexflint/pass-dash-dash-through | Alex Flint | |
| Passing the no-more-options string "--" twice or more | |||
| 2024-10-21 | passing the no-more-options string "--" twice or more should pass the second ↵ | Alex Flint | |
| and subsequent ones through as positionals | |||
| 2024-09-07 | Add global env prefix example to README | Hugo Hromic | |
| * Also made newline separations around sections consistent * Also fixed usage of `p.Parse()` in env variable ignore example | |||
| 2024-09-07 | Add support for setting a global env var prefix | Hugo Hromic | |
| 2024-09-06 | Merge pull request #271 from alexflint/update-funding | Alex Flint | |
| Update FUNDING.yml | |||
| 2024-09-06 | Update FUNDING.yml | Alex Flint | |
| 2024-09-05 | Merge pull request #262 from hhromic/fix-261 | Alex Flint | |
| Fix help text for positional args with default and env var | |||
| 2024-09-05 | Merge pull request #259 from hhromic/fix-193 | Alex Flint | |
| Move writing program version from usage to help writer | |||
| 2024-09-05 | Merge pull request #270 from alexflint/parse-docs | Alex Flint | |
| Update API docs for Parser.Parse | |||
| 2024-09-05 | field -> fields | Alex Flint | |
| 2024-09-05 | update api docs for Parser.Parse | Alex Flint | |
| 2024-09-05 | Merge pull request #269 from alexflint/sponsorship | Alex Flint | |
| Living in a monastery; looking for funding | |||
| 2024-09-05 | Living in a monastery looking for funding | Alex Flint | |
| The first commit to this project was on October 31, 2015, almost 9 years ago. It was [268 lines of code](https://github.com/alexflint/go-arg/commit/408290f7c2a968a0de255813e125a9ebb0a9dda6) and it worked pretty well! That was just about three and a half years after Go 1.0 was released. What fun! At that time there was no Go module system, so there was no need for versioned releases. Later, I started releasing official versions from time to time. v1.0.0 was published in December 2018. Over the years I've resisted adding a lot of features, and as a result the library is in pretty good shape. I use it in almost every Go program I write, personally, both servers/daemons and command line tools. It's nice! I live in a Buddhist monastery in Vermont now, not as a monk but as a lay practitioner. I'm working on building a form of Buddhism fit for consumption by AI systems. I love maintaining this little piece of software and I'd love some financial support to do so. I don't have a day job, and I need money to buy firewood, pay for car insurance, and travel to see my folks back home in Australia from time to time. If you use go-arg please consider sponsoring me. It would make a huge difference to me, and it will create a connection between us. I look forward to many long relationships. | |||
| 2024-09-04 | Merge pull request #268 from alexflint/readme-custom-error-handling | Alex Flint | |
| Add info to README about programmatically reproducing behavior of MustParse | |||
| 2024-09-04 | add info to README about programmatically reproducing behavior of MustParse | Alex Flint | |
| 2024-07-22 | Fix help text for positional args with default and env var | Hugo Hromic | |
| 2024-07-06 | Move writing program version from usage to help writer | Hugo Hromic | |
| * Writing the version on usage text is unexpected and confusing | |||
| 2024-07-04 | Merge pull request #257 from hhromic/fix-testable-example | Alex Flint | |
| Fix testable example output comment formatting | |||
| 2024-06-30 | Fix testable example output comment formatting | Hugo Hromic | |
| 2024-06-30 | Merge pull request #232 from alexflint/bump-go-versions | Alex Flint | |
| bump go versions used in CI | |||
| 2024-06-30 | Merge pull request #224 from hhromic/better-version-v2 | Alex Flint | |
| Fix usage writing when using custom version flag | |||
| 2024-06-30 | Update version of github actions | Alex Flint | |
| 2024-06-30 | Update go.yml | Alex Flint | |
| 2024-06-30 | Merge pull request #233 from testwill/typo | Alex Flint | |
| fix: typo | |||
| 2024-06-30 | Merge pull request #237 from purpleidea/feat/env-docs | Alex Flint | |
| add an example for environment vars with arg names | |||
| 2024-06-30 | Merge pull request #256 from hhromic/fix-246 | Alex Flint | |
| Use standard exit status code for usage errors | |||
| 2024-06-30 | Add note for version flag overriding to README | Hugo Hromic | |
| 2024-06-30 | Add more test cases for version help/usage writing | Hugo Hromic | |
| 2024-06-29 | Implement scanning of version flag in specs for usage generation | Hugo Hromic | |
| 2024-06-29 | Better scanning of version flag in specs for help generation | Hugo Hromic | |
| 2024-06-29 | Use standard exit status code for usage errors | Hugo Hromic | |
| * The stdlib `flags` package and most command line utilities use status code `2`. | |||
| 2024-06-28 | Merge pull request #255 from hhromic/fix-254v1.5.1 | Alex Flint | |
| Fix crash on errors in package-level `MustParse` | |||
| 2024-06-27 | Fix crash on errors in package-level `MustParse` | Hugo Hromic | |
| 2024-04-02 | Merge pull request #243 from alexflint/handle-empty-placeholderv1.5.0 | Alex Flint | |
| Handle explicit empty placeholders | |||
| 2024-04-02 | Merge pull request #244 from alexflint/restore-100pct-coverage | Alex Flint | |
| Restore 100% test coverage | |||
| 2024-04-02 | add a test case with single-level subcommands | Alex Flint | |
| 2024-04-02 | add test for help and usage when a --version flag is present | Alex Flint | |
| 2024-03-31 | restore 100% code coverage | Alex Flint | |
| 2024-03-31 | ping | Alex Flint | |
| 2024-03-31 | handle explicit empty placeholders | Alex Flint | |
| 2024-02-28 | add an example for environment vars with arg names | James Shubin | |
| If you want to specify both of these, and if they should have different names, then this shows you how it can be done. | |||
| 2023-11-15 | fix: typo | guoguangwu | |
| Signed-off-by: guoguangwu <[email protected]> | |||
| 2023-10-10 | Merge pull request #231 from alexflint/subcommand-aliases | Alex Flint | |
| add subcommand aliases | |||
