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 968c894 commit 7dce7a3Copy full SHA for 7dce7a3
cpp_linter/__init__.py
@@ -16,8 +16,7 @@ def main():
16
"""The main script."""
17
18
# The parsed CLI args
19
- cli_parser = get_cli_parser()
20
- args = cli_parser.parse_args(namespace=Args())
+ args = get_cli_parser().parse_args(namespace=Args())
21
if args.command == "version":
22
print(version)
23
return
0 commit comments