Skip to content

feat: update asdf-clang-tools help #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025
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