NetworkManager/cli
Jiří Klimeš 2bafd7a707 cli: split 'general' into 'nmcli switch' and 'nmcli general' commands
They basically contain operations previously available via 'nmcli nm'.
'nmcli nm' is still kept for backward compatibility.

Usage:
nmcli switch  [all|networking|wifi|wwan|wimax [on/off]]
nmcli general [status|permissions]

Examples:
nmcli switch all         - show all switches
nmcli switch wifi off    - switch Wi-Fi off

nmcli g s    - show NM status
nmcli g p    - show NM permissions
2013-04-08 16:14:10 -05:00
..
completion Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
src cli: split 'general' into 'nmcli switch' and 'nmcli general' commands 2013-04-08 16:14:10 -05:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00