NetworkManager/cli
Jiří Klimeš 1e106e31b8 cli: make id|uuid specifiers optional for 'connection list' and 'connection status'
And also allow:
 - identifying connetions with 'path'/'apath' accepting either the whole D-Dus path
   or just an index
 - multiple connections on cmdline at once

nmcli connection list   [[id|uuid|path] <ID>]
nmcli connection status [[id|uuid|path|apath] <ID>]

Examples:
nmcli c l
nmcli c l "My Wi-Fi 1" airpoirt1 cpath 23 id "My Wi-Fi 2"
nmcli c s
nmcli c s apath 1 ee19b893-e2a7-42cf-ac82-34506f07a05f
2013-04-08 15:52:15 -05:00
..
completion Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
src cli: make id|uuid specifiers optional for 'connection list' and 'connection status' 2013-04-08 15:52:15 -05:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00