mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
nmcli/bash-completion: complete "help" for nmcli general status|permissions <TAB>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
65b24725c5
commit
4b09f58555
1 changed files with 6 additions and 0 deletions
|
|
@ -739,6 +739,12 @@ _nmcli()
|
|||
_nmcli_compl_ARGS
|
||||
fi
|
||||
;;
|
||||
s|st|sta|stat|statu|status| \
|
||||
p|pe|per|perm|permi|permis|permiss|permissi|permissio|permission|permissions)
|
||||
if [[ ${#words[@]} -eq 3 ]]; then
|
||||
_nmcli_compl_COMMAND "${words[2]}"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue