aboutsummaryrefslogtreecommitdiffstats
path: root/mkhint.bash-completion
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-14 10:29:08 +0200
committerDanilo M. <danix@danix.xyz>2026-05-14 10:29:08 +0200
commita35a7805e97b115ae04181dce6cf940e546c7295 (patch)
tree26780a846079a7441467d2dd84686dbbca0ca872 /mkhint.bash-completion
parent804a499754f5fec2db465effb174448d924e344e (diff)
downloadmkhintfile-a35a7805e97b115ae04181dce6cf940e546c7295.tar.gz
mkhintfile-a35a7805e97b115ae04181dce6cf940e546c7295.zip
add --no-dl/-N option to skip downloads and set NODOWNLOAD=yes
Adds --no-dl/-N flag for use with --hintfile or --new. Skips wget, inserts NODOWNLOAD=yes after MD5SUM_x86_64 in the hint file. Also fixes README (correct paths, old command name, missing --delete/--clean sections) and updates CLAUDE.md and bash completion accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'mkhint.bash-completion')
-rw-r--r--mkhint.bash-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkhint.bash-completion b/mkhint.bash-completion
index 43a64ae..8c52fb1 100644
--- a/mkhint.bash-completion
+++ b/mkhint.bash-completion
@@ -8,7 +8,7 @@ _mkhintfile_completions() {
repo_dir="/var/lib/sbopkg/SBo-danix"
hint_dir="/etc/slackrepo/SBo-danix/hintfiles"
- local all_flags="--version --hintfile --new --list --clean --delete --help"
+ local all_flags="--version --hintfile --new --list --clean --delete --no-dl --help"
case "$prev" in
--new|-n)
@@ -34,4 +34,4 @@ _mkhintfile_completions() {
esac
}
-complete -F _mkhintfile_completions mkhintfile.sh mkhintfile
+complete -F _mkhintfile_completions mkhint.sh mkhint