We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ef8d commit a4f89d9Copy full SHA for a4f89d9
clang_tools/wheel.py
@@ -7,7 +7,6 @@ def get_parser() -> ArgumentParser:
7
parser = ArgumentParser(description="Install specified clang tool wheel")
8
parser.add_argument(
9
"--tool",
10
- default="clang-format",
11
required=True,
12
choices=["clang-format", "clang-tidy"],
13
help="Tool to install (clang-format or clang-tidy)",
0 commit comments