Skip to content

Commit

Permalink
disable tab completion for execCommand apache#4040
Browse files Browse the repository at this point in the history
  • Loading branch information
rsingh433 committed Jan 9, 2024
1 parent 897c859 commit 2caaf3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public String getPassword() {
}

public boolean isTabCompletionDisabled() {
return tabCompletionDisabled;
return execCommand != null || tabCompletionDisabled;
}

public boolean isHelpEnabled() {
Expand Down

0 comments on commit 2caaf3a

Please sign in to comment.