Commit b6713d9a authored by Joshua Tauberer's avatar Joshua Tauberer

tools/mail.py should return a non-zero exit status when invalid command line args are given

parent 58e300e1
......@@ -103,4 +103,5 @@ elif sys.argv[1] == "alias" and sys.argv[2] == "remove" and len(sys.argv) == 4:
else:
print("Invalid command-line arguments.")
sys.exit(1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment