From fed5a05be7d444378a8da5055d720d94e78c15e2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 10:43:01 +0200 Subject: refactor: switch arg parser to GNU getopt Enables compound short flags (e.g. -Nn, -Nd). Also add short flags to bash completion candidates. --- mkhint.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkhint.bash-completion') diff --git a/mkhint.bash-completion b/mkhint.bash-completion index 8c52fb1..29e2523 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 --no-dl --help" + local all_flags="--version -v --hintfile -f --new -n --list -l --clean -c --delete -d --no-dl -N --help -h" case "$prev" in --new|-n) -- cgit v1.2.3