diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-19 09:44:17 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-19 09:44:17 +0200 |
| commit | 4d992ef9a67d3b5963bf8aa3a08648f897defe94 (patch) | |
| tree | 6a10759aba8f6affcd84fa928028e27139329d1f /mkhint.bash-completion | |
| parent | 7ebcb618a151c5d80060b2a34fed9564563cd681 (diff) | |
| download | mkhintfile-4d992ef9a67d3b5963bf8aa3a08648f897defe94.tar.gz mkhintfile-4d992ef9a67d3b5963bf8aa3a08648f897defe94.zip | |
docs: document -l highlight and -R review; add to bash completion
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 b786bc3..ef7759f 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 -v --hintfile -f --new -n --list -l --clean -c --check -C --delete -d --no-dl -N --help -h" + local all_flags="--version -v --hintfile -f --new -n --list -l --review -R --clean -c --check -C --delete -d --no-dl -N --help -h" case "$prev" in --new|-n) |
