NetworkManager/cli/src
Thomas Haller 76186d652f nmcli: strip whitespace when reading property name in edit mode
When reading the property name in edit mode, any white space should be
striped from the entered value. Especially, because tab completion will
add a trailing whitespace.

Example:

  $ nmcli connection edit
  Enter connection type: ethernet
  nmcli> goto connection
  nmcli connection> describe
  Property name? u<TAB>

The <TAB> will complete 'u' to 'uuid '.
This whitespace should be allowed and striped.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2013-08-21 10:54:56 +02:00
..
common.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
common.h cli: 'connection add': allow numeric bonding modes 2013-05-16 10:44:17 +02:00
connections.c nmcli: strip whitespace when reading property name in edit mode 2013-08-21 10:54:56 +02:00
connections.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
devices.c cli: 'dev wifi list': change default displayed columns 2013-05-31 09:38:04 +02:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am build: remove G_DISABLE_DEPRECATED 2012-10-31 19:41:07 +01:00
network-manager.c cli: trivial update of NmcOutputField initializers 2013-05-31 09:38:03 +02:00
network-manager.h cli: remove obsolete 'nmcli nm' 2013-04-24 10:04:43 +02:00
nmcli.c cli: confirm connection saving when autoconnect=yes (rh #953296) 2013-07-30 14:04:52 +02:00
nmcli.h cli: confirm connection saving when autoconnect=yes (rh #953296) 2013-07-30 14:04:52 +02:00
settings.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
settings.h cli: simplify setting creation 2013-07-22 13:37:17 +02:00
utils.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
utils.h cli: add 'nmcli' command for nmcli connection editor configuration 2013-07-22 13:37:16 +02:00