cli: update bash-completion file for 'connection modify'
This commit is contained in:
@@ -244,13 +244,17 @@ _nmcli()
|
|||||||
_nmcli_list "id uuid path type con-name"
|
_nmcli_list "id uuid path type con-name"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
modify)
|
||||||
|
_nmcli_list_nl "$(_nmcli_con_id)"
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
delete)
|
delete)
|
||||||
_nmcli_list "id uuid path"
|
_nmcli_list "id uuid path"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
_nmcli_list "show up down add edit delete reload help"
|
_nmcli_list "show up down add modify edit delete reload help"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
device)
|
device)
|
||||||
|
Reference in New Issue
Block a user