diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-07 19:30:17 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-07 19:30:17 +0200 |
| commit | 2eaf912bc419266c521343fda1279f2467c87dbe (patch) | |
| tree | 29b18eb682d0a539d243b7e534dd65807ba0d33a /mkhint.bash-completion | |
| parent | 79e4425a07ed3b57199eefb65b525485448c31f5 (diff) | |
| download | mkhintfile-2eaf912bc419266c521343fda1279f2467c87dbe.tar.gz mkhintfile-2eaf912bc419266c521343fda1279f2467c87dbe.zip | |
feat: --force completion + bundle-manifests.example
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 526e773..0de0115 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 --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 --force --help -h" # -R/--review and -l/--list take any number of hint names; complete them repeatedly. local w in_review="" |
