Skip to content

Commit

Permalink
Update bash_common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki authored May 29, 2020
1 parent 427b40d commit c210ee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __cocona_APPNAMEPLACEHOLDER_completion_get_argument_index() {
local index=0
local options_completed=0
local prev_is_option=0
local current_pos="$1"
local current_pos=$1

for param in "${params[@]}"
do
Expand Down Expand Up @@ -242,4 +242,4 @@ __cocona_APPNAMEPLACEHOLDER_completion_entrypoint() {
}
__cocona_APPNAMEPLACEHOLDER_completion_entrypoint

complete -F __cocona_APPNAMEPLACEHOLDER_completion_entrypoint APPCOMMANDNAMEPLACEHOLDER
complete -F __cocona_APPNAMEPLACEHOLDER_completion_entrypoint APPCOMMANDNAMEPLACEHOLDER

0 comments on commit c210ee5

Please sign in to comment.