NetworkManager/cli
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
..
completion cli: make bash-completion for nmcli support more abbreviations. 2013-08-13 14:17:44 +02:00
src nmcli: strip whitespace when reading property name in edit mode 2013-08-21 10:54:56 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00