Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bin/netkit_bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# Part of the completion routines is significantly inspired to the scripts in
# the bash-completion package.

# Enable extraglob
shopt -s extglob

# The following line has been introduced to ensure backward compatibility
: ${NETKIT_HOME:=$VLAB_HOME}

Expand Down Expand Up @@ -287,3 +290,7 @@ complete -o nospace -F _lmanage lstart
complete -o nospace -F _lmanage lrestart
complete -o nospace -F _lmanage ltest

# Disable extraglob
shopt -u extglob