We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea26bcb commit 15dd206Copy full SHA for 15dd206
1 file changed
deadcode/cli.py
@@ -40,6 +40,7 @@ def main(
40
def print_main() -> None:
41
if result := main():
42
print(result)
43
+ exit(1)
44
45
46
if __name__ == '__main__':
0 commit comments