Skip to content

Commit 0182472

Browse files
Update bash-completion file for shtab 1.8.0
1 parent 0c128b5 commit 0182472

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blocksat-cli.bash-completion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ _shtab_blocksatcli() {
533533

534534
if [[ "$current_action_nargs" != "*" ]] && \
535535
[[ "$current_action_nargs" != "+" ]] && \
536+
[[ "$current_action_nargs" != "?" ]] && \
536537
[[ "$current_action_nargs" != *"..." ]] && \
537538
(( $word_index + 1 - $current_action_args_start_index - $pos_only >= \
538539
$current_action_nargs )); then

0 commit comments

Comments
 (0)