Skip to content

Commit

Permalink
fix(blih): Missing completion on sshkey upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinara authored and Xephi committed May 29, 2019
1 parent a17d919 commit 6b2e276
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bash_completion.d/blih
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ _blih_sshkey() {
__blih_arg "_blih_sshkey"
}

_blih_sshkey_upload() {
if [ "$COMP_CWORD" -eq "3" ]; then
_filedir
fi
}

_blih_repository() {
local commands=(
create
Expand Down

0 comments on commit 6b2e276

Please sign in to comment.