Skip to content

Commit

Permalink
[fwutil]: Update fwutil to v2.0.0.0. (sonic-net#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <[email protected]>
  • Loading branch information
nazariig authored and abdosi committed Aug 3, 2020
1 parent 3715ff8 commit 219fea1
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 219fea1

Please sign in to comment.