Hi folks, Chris and I have been working on adding Bash Completion functionality to VPP. This will let users do vppctl create <tab> and get possible command completions.
The work is pretty advanced, see patch https://gerrit.fd.io/r/#/c/3991/ As part of the build process, doxygens generates a dictionary of all the commands possible for vppctl. Thanks to Chris, we already have a make target in doxygen for this, `make doxygen-siphon-list`. This doesn't do all the other doxygen stuff, it only builds the dictionary. We need this target to become a sub-target for `make build`. So that every time VPP is built, the dictionary is prepared. It is not immediately obvious to me how to achieve this, any suggestions would be greatly appreciated. I am currently putting `make doxygen-siphon-list` in the build_package section (line 674 of build-root/Makefile), but I don't think that is the right place to put it? Thanks, Padraig
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev