hybras / asciidoctor-server

A way to speedup using asciidoctor with static site generators
https://hybras.dev/posts/2023-10-01-asciidoctor-server/#_footnoteref_2
MIT License
2 stars 0 forks source link

fix(deps): update module github.com/hellflame/argparse to v1.12.0 #13

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/hellflame/argparse require minor v1.11.0 -> v1.12.0

Release Notes

hellflame/argparse (github.com/hellflame/argparse) ### [`v1.12.0`](https://togithub.com/hellflame/argparse/releases/tag/v1.12.0) [Compare Source](https://togithub.com/hellflame/argparse/compare/v1.11.0...v1.12.0) 1. extra arguments support (special arguments after `--`, from [#​22](https://togithub.com/hellflame/argparse/issues/22)) 2. terminal width detect only before help info generation 3. document update Extra special arguments support has an example [extra-arguments](examples/extra-arguments/main.go) Terminal width detection invokes a system call `stty`, only when you need to generate the help info `FormatHelp`. Which improves the runtime efficient for normal cases (when you don't need to show the help info). **Full Changelog**: https://github.com/hellflame/argparse/compare/v1.11.0...v1.12.0

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.