Release 2.19.3

This commit is contained in:
2026-01-25 10:46:24 +02:00
parent 65bcf819b1
commit 2c913afb7a
5 changed files with 239 additions and 6 deletions

View File

@@ -674,6 +674,7 @@ _shtab_ahriman() {
if [[ "$current_action_nargs" != "*" ]] && \
[[ "$current_action_nargs" != "+" ]] && \
[[ "$current_action_nargs" != "?" ]] && \
[[ "$current_action_nargs" != *"..." ]] && \
(( $word_index + 1 - $current_action_args_start_index - $pos_only >= \
$current_action_nargs )); then