Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bin/help.deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

echo "curl"
echo "jq"
echo "asdf-clang-tools requires the following dependencies to be installed:"
echo "- curl"
echo "- jq"
8 changes: 7 additions & 1 deletion bin/help.overview
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env bash

echo "asdf plugin for clang tools - clang-format, clang-tidy, clang-query, clang-apply-replacements, and more"
echo "This is an asdf plugin for installing several clang tools:"
echo "- clang-format"
echo "- clang-tidy"
echo "- clang-query"
echo "- clang-apply-replacements"
echo "See https://github.com/cpp-linter/asdf-clang-tools for more information"
echo
Loading