mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 01:50:14 +01:00
cli: adjust bash completion for nmcli connection load <file>...
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
9a532db182
commit
6241366f30
1 changed files with 6 additions and 0 deletions
|
|
@ -878,6 +878,12 @@ _nmcli()
|
|||
_nmcli_complete_COMMAND_CONNECTION
|
||||
fi
|
||||
;;
|
||||
l|lo|loa|load)
|
||||
if [[ ${#words[@]} -gt 2 ]]; then
|
||||
compopt -o default
|
||||
COMPREPLY=()
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue