From acc6a08319a9caf91f36e3daba84f0840a28d6ee Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Mon, 16 Feb 2015 11:16:13 +0100 Subject: Introduce remote-process bash completion When working with the parameter-framework, the remote-process command is very handy. Nevertheless it has long commands and it is easy to make mistakes. Add a bash completion script to complete: - hostnames - frequently used port - commands and arguments based on the remote usage (help command) Signed-off-by: Kevin Rocard --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 847d606..696e4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ enable_testing() add_subdirectory(test/test-platform) add_subdirectory(test/test-fixed-point-parameter) +add_subdirectory(tools/bash_completion) add_subdirectory(tools/xmlGenerator) add_subdirectory(tools/xmlValidator) -- cgit v1.1