Skip to content

Commit ae7c923

Browse files
authored
feat: update asdf-clang-tools help (#19)
* feat: update asdf-clang-tools help * add repo link to help
1 parent 21515ec commit ae7c923

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

bin/help.deps

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22

3-
echo "curl"
4-
echo "jq"
3+
echo "asdf-clang-tools requires the following dependencies to be installed:"
4+
echo "- curl"
5+
echo "- jq"

bin/help.overview

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
#!/usr/bin/env bash
22

3-
echo "asdf plugin for clang tools - clang-format, clang-tidy, clang-query, clang-apply-replacements, and more"
3+
echo "This is an asdf plugin for installing several clang tools:"
4+
echo "- clang-format"
5+
echo "- clang-tidy"
6+
echo "- clang-query"
7+
echo "- clang-apply-replacements"
8+
echo "See https://github.com/cpp-linter/asdf-clang-tools for more information"
9+
echo

0 commit comments

Comments
 (0)