Skip to content
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

support to install specific tool(s) #60

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Conversation

shenxianpeng
Copy link
Collaborator

@shenxianpeng shenxianpeng commented Jan 15, 2024

closes #27

Here is the usage of the new parameter of --tool or -t:

if user is not specific about which tool to install, clang-tools will keep the same behavior as before to download clang-format and clang-tidy, for example

# download clang-format and clang-tidy by default
clang-tools -i 13 

if user wants to install specific tools using --tool or -t. for example

# download clang-tidy clang-query specifically
clang-tools -i 13 -t clang-tidy clang-query

@shenxianpeng shenxianpeng added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Jan 15, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@shenxianpeng shenxianpeng merged commit 8b46072 into main Jan 16, 2024
42 checks passed
@shenxianpeng shenxianpeng deleted the feature/support-new-param branch January 16, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

specify which tool(s) to install
1 participant