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.bash-completion | |
| 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.bash-completion')
| -rw-r--r-- | mkhint.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkhint.bash-completion b/mkhint.bash-completion index 0de0115..b24992b 100644 --- a/mkhint.bash-completion +++ b/mkhint.bash-completion @@ -14,7 +14,7 @@ _mkhintfile_completions() { hint_dir="${HINT_DIR:-$hint_dir}" repo_dir="${repo_dir%/}"; hint_dir="${hint_dir%/}" - local all_flags="--version -v --set-version -V --hintfile -f --new -n --list -l --review -R --clean -c --check -C --fix-current -F --delete -d --no-dl -N --force --help -h" + local all_flags="--version -v --set-version -V --hintfile -f --new -n --list -l --review -R --clean -c --check -C --fix-current -F --delete -d --no-dl -N --info -i --force --help -h" # -R/--review and -l/--list take any number of hint names; complete them repeatedly. local w in_review="" |
