NetworkManager/clients/cli
Beniamino Galvani e27963d17f cli: fix connections completion
Let the matching continue when we are autocompleting arguments and we
have already found 'id', 'uuid' or 'path'.

Before:

 # nmcli connection modify path<TAB>
 path

After:
 # nmcli connection modify path<TAB>
 path
 pathfinder-wifi
2018-02-13 16:09:16 +01:00
..
agent.c nmcli/agent: fix handling of polkit agent failure 2018-01-24 09:53:38 +01:00
agent.h
common.c cli: fix completion of help sub-command 2018-02-13 16:09:16 +01:00
common.h build: move nm-client-utils.c to libnmc-base.a 2017-10-16 17:25:35 +02:00
connections.c cli: fix connections completion 2018-02-13 16:09:16 +01:00
connections.h
devices.c libnm-core: move detection of UTF-8 capable terminals to clients/ 2017-12-18 14:47:37 +01:00
devices.h
general.c clients: add tc qdisc support 2017-12-11 10:52:23 +01:00
general.h
meson.build build/meson: use variables for ldflags and linker-script 2018-01-11 12:46:01 +01:00
nmcli-completion
nmcli.c nmcli: fix signal handling 2018-01-24 09:53:38 +01:00
nmcli.h clients: drop redundant #include "NetworkManager.h" 2018-01-08 12:38:54 +01:00
polkit-agent.c cli/polkit-agent: drop an extra newline 2018-02-13 15:06:22 +01:00
polkit-agent.h
settings.c cli: drop nmc_strsplit_set() 2017-12-12 15:19:43 +01:00
settings.h cli: move setting creation to meta data 2017-04-12 14:12:20 +02:00
utils.c all: drop trailing spaces 2018-02-07 13:32:04 +01:00
utils.h cli: drop nmc_strsplit_set() 2017-12-12 15:19:43 +01:00