[feat] docs: add misc/completion/duniter_completion.bash script
Script to add bash completion to duniter cli command
See #1403 (closed)
Merge request reports
Activity
added M-cli T-enhancement labels
Use the [build] commit type instead because it is not a new feature in the code but a change in the build scripts to include auto-completion in the deliverables.
Please place this file in
release/extra
instead.The build scripts should also be updated to put this file in
/etc/bash_completion.d/
:- release/arch/linux/build-lin.sh
- release/arch/arm/build-arm.sh
- release/docker/Dockerfile
Edited by Éloïsadded S-waiting author label
added 6 commits
-
39cd8403...25d752b0 - 5 commits from branch
dev
- cdad3bcd - [build] extra: add release/extra/completion/duniter_completion.bash script
-
39cd8403...25d752b0 - 5 commits from branch
added 6 commits
-
39cd8403...25d752b0 - 5 commits from branch
dev
- cdad3bcd - [build] extra: add release/extra/completion/duniter_completion.bash script
-
39cd8403...25d752b0 - 5 commits from branch
@vtexier Thank you very much for trying to modify the build script as I asked you but it's incorrect and the changes on the arm package are missing. It might take you some time to understand the intricacies of the build scripts, but I'd love to embed this in duniter 1.8 so I'm finally going to adapt the build scripts myself.
Thanks a lot for the completion script which must have taken you a long time :)
Yes, but it's worth the time spent. For the build, I only have try to put it (badly it seems) in linux/debian, but was not able to understand arm and Docker. Sorry.
Edited by Vincent Texier