Parent: 2765dd328cbf492c6453e80534cb1c4abee383e6
Author: ERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2017-09-20 12:14:40
Tree: d8742223be36eae246954595b0198a782ee2a5ef
client: Fix completion for list/pair command The unexpected generator is used if the input string forward matches with the unexpected command string which a generator for completion is registered on. Thus, - since 496b6abf743440e937222c62768e0a3b31f47f02, list command generates the unneeded argument, which is device id like that list-attributes command generates. - since b0fe6045b7d9cfdd02a5e419fc9658a0ffa84619, pair command generates the invalid argument, which is on/off like that pairable command generates. This patch use the exact matching command.
Diffstat
| M | client/main.c | | | 6 | ++++- - |
1 files changed, 4 insertions(+), 2 deletions(-)