mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 10:50:28 +01:00
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> |
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| connections.c | ||
| connections.h | ||
| devices.c | ||
| devices.h | ||
| Makefile.am | ||
| network-manager.c | ||
| network-manager.h | ||
| nmcli.c | ||
| nmcli.h | ||
| settings.c | ||
| settings.h | ||
| utils.c | ||
| utils.h | ||