mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Add support for bash autocomplete in main dindexer
I'm not sure this is something that should be in the code, since compgen -W "delete locate navigate query scan" loc would do just the same as dindexer --printactions=loc so this is a duplicated functionality. However this commit is self-contained, so it should be easy to revert it, if needed.
This commit is contained in:
parent
c6b0fe49b5
commit
6991fee7f7
3 changed files with 48 additions and 1 deletions
|
@ -61,6 +61,11 @@ configure_file(
|
|||
"${PROJECT_SOURCE_DIR}/dindexer.sql.in"
|
||||
"${PROJECT_BINARY_DIR}/dindexer.sql"
|
||||
)
|
||||
configure_file(
|
||||
"${PROJECT_SOURCE_DIR}/dindexer_cmd_complete.sh.in"
|
||||
"${PROJECT_BINARY_DIR}/dindexer_cmd_complete.sh"
|
||||
@ONLY
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} SYSTEM
|
||||
INTERFACE ${Boost_INCLUDE_DIRS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue