Enable bash completion for htools scripts
authorIustin Pop <iustin@google.com>
Tue, 25 Sep 2012 10:30:07 +0000 (12:30 +0200)
committerIustin Pop <iustin@google.com>
Wed, 26 Sep 2012 11:19:35 +0000 (13:19 +0200)
commitada0e6803b2811edf87d32b7ac6335766785ed3e
treea69fc2e20ee4e1123b6d4abfdcbd100e39989cea
parent097ad7eebe8b983e561b41ab959a3610bcbaaa5a
Enable bash completion for htools scripts

This patch ties together the previous commits, by extending
build-bash-completion to call all htools scripts and get their
completion information, then use that to build fake cli_options
representing them and finally generate the bash completion
information.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am
autotools/build-bash-completion