/bin/twn: devcompl command to generate clangd completions in root

This commit is contained in:
veclavtalica
2025-02-22 20:29:28 +03:00
parent 62866d33ae
commit d5aec5e6e1
31 changed files with 19 additions and 8 deletions

View File

@ -57,6 +57,9 @@ case "$1" in
fi
;;
devcompl ) (cd "$TWNROOT" && "$toolpath"/twnbuild "--build_dir=$TWNROOT/build" "${@:2}")
;;
* ) echo "Unknown command."
;;
esac