mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 03:30:14 +01:00
cli: bash completion completes filenames for team "config" property
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
cdec23d314
commit
7698d5dfc0
1 changed files with 7 additions and 1 deletions
|
|
@ -376,6 +376,13 @@ _nmcli_complete_COMMAND_ARGS()
|
|||
return 0
|
||||
fi
|
||||
;;
|
||||
config)
|
||||
if [[ "${#words[@]}" -eq 2 ]]; then
|
||||
compopt -o default
|
||||
COMPREPLY=()
|
||||
return 0
|
||||
fi
|
||||
;;
|
||||
ip4| \
|
||||
ip6| \
|
||||
gw4| \
|
||||
|
|
@ -391,7 +398,6 @@ _nmcli_complete_COMMAND_ARGS()
|
|||
mtu| \
|
||||
cloned-mac| \
|
||||
addr| \
|
||||
config| \
|
||||
parent| \
|
||||
miimon| \
|
||||
arp-interval| \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue