diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-09 11:05:40 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-09 11:05:40 +0200 |
| commit | 93190858380c533f9b7564c42bdfb5dbea03f144 (patch) | |
| tree | 26a861ed4cedc4010549465c660c207d24a247c2 /mkhint | |
| parent | 2c6e860df7e394fff4753796128fd50ce5c04ef3 (diff) | |
| download | mkhintfile-93190858380c533f9b7564c42bdfb5dbea03f144.tar.gz mkhintfile-93190858380c533f9b7564c42bdfb5dbea03f144.zip | |
feat: nvchecker autodetect expansion, -n stanza echo, --info/-i; release v1.2.5
Documents the Task 1-6 additions that shipped without doc updates: expanded
nvchecker source autodetection (gitlab, bitbucket, gitea, codeberg, pagure,
npm, gems, crates.io, cpan, hackage, packagist, cran, in addition to github
and pypi), the fenced stanza echo on --new/-n, and the --info/-i command
(category/program header plus paged README). Updates show_help, bash
completion, mkhint.1.md (rebuilds mkhint.1.gz), CLAUDE.md, and CHANGELOG.md.
Bumps MKHINT_VERSION to 1.2.5. No program logic changed; 224/224 tests still
pass.
Diffstat (limited to 'mkhint')
| -rwxr-xr-x | mkhint | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,7 @@ if [[ ! -d $TMP_DIR ]]; then mkdir $TMP_DIR fi -readonly MKHINT_VERSION="1.2.4" +readonly MKHINT_VERSION="1.2.5" # Variables VERSION="" @@ -81,6 +81,7 @@ Options: --fix-current, -F Add/merge DELREQUIRES for -current phantom deps across the whole repo --delete, -d FILE Delete a hint file (and .bak if present) --no-dl, -N Skip downloads; add NODOWNLOAD=yes to hint file (use with -f or -n) + --info, -i FILE Show category/program path and README for a package --force With --check: reconcile bundled deps even if the primary version is unchanged --help, -h Show this help message |
