We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4182f6f commit 680920dCopy full SHA for 680920d
clang_tools/main.py
@@ -65,7 +65,7 @@ def main():
65
66
if args.uninstall:
67
uninstall_clang_tools(args.uninstall, args.directory)
68
- if args.install:
+ elif args.install:
69
install_clang_tools(
70
args.install,
71
args.tool,
0 commit comments