Release 2.19.2

This commit is contained in:
2026-01-25 10:43:06 +02:00
parent f13a2fde85
commit 4b8177ae6a
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