]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Add partial completion support
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 20:30:14 +0000 (20:30 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 20:30:14 +0000 (20:30 +0000)
commite1cbb2ff67441cac4a486efdb3b5584bd701cba0
tree559caaa0cdddccb492e833baef0fde4a0ca0c96e
parente648e61a747c6c13ccea7d97066dfb07d4461d96
lib: Add partial completion support

Completions now include nodes that the input
partially matches as well as the children of
nodes those that the input exactly matches.

Also some minor cleanup and bugfixes.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command_match.c
lib/command_match.h
lib/grammar_sandbox.c