Skip to content

Commit

Permalink
[fwutil]: Update fwutil to v2.0.0.0. (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
  • Loading branch information
nazariig authored Jun 15, 2020
1 parent fc2fa78 commit fd7781b
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 231 deletions.
3 changes: 3 additions & 0 deletions data/etc/bash_completion.d/fwutil
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
shopt -s extglob

_fwutil_completion() {
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
_FWUTIL_COMPLETE=complete $1 ) )
COMPREPLY=( ${COMPREPLY[*]//*(-install|-update)/} )
return 0
}

Expand Down
Loading

0 comments on commit fd7781b

Please sign in to comment.