Skip to content

Commit

Permalink
disable usage output when running uninstall command (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 6, 2024
1 parent 4182f6f commit 680920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang_tools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():

if args.uninstall:
uninstall_clang_tools(args.uninstall, args.directory)
if args.install:
elif args.install:
install_clang_tools(
args.install,
args.tool,
Expand Down

0 comments on commit 680920d

Please sign in to comment.