cbrgm / telegram-github-action

Send (text) messages to a Telegram chat from GitHub Actions
https://cbrgm.net
Apache License 2.0
7 stars 1 forks source link

minor(deps): update module github.com/alexflint/go-arg to v1.5.0 #41

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/alexflint/go-arg v1.4.3 -> v1.5.0 age adoption passing confidence

Release Notes

alexflint/go-arg (github.com/alexflint/go-arg) ### [`v1.5.0`](https://togithub.com/alexflint/go-arg/releases/tag/v1.5.0): Version 1.5.0 [Compare Source](https://togithub.com/alexflint/go-arg/compare/v1.4.3...v1.5.0) - Argument structs can define Description() and Epilogue(), which are added to the usage string - Subcommands can have multiple aliases like this: ```go var args struct { Remove *struct{} `arg:"subcommand:remove|rm|r" help:"remove something from somewhere"` } ``` - Improves formatting of usage string when the placeholder tag is set to empty string - Do not handle --version when the args struct lacks a Version() function - Add StructSubcommands to Config struct

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.