summaryrefslogtreecommitdiffstats
path: root/identify/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'identify/cli.py')
-rw-r--r--identify/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/identify/cli.py b/identify/cli.py
index 28e6155..c61ebe4 100644
--- a/identify/cli.py
+++ b/identify/cli.py
@@ -31,4 +31,4 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
if __name__ == '__main__':
- exit(main())
+ raise SystemExit(main())