]> gitweb.michael.orlitzky.com - hath.git/blob - src/ExitCodes.hs
Rewrite command-line parsing to use cmdargs.
[hath.git] / src / ExitCodes.hs
1 -- | Some exit codes, used in the ExitFailure constructor.
2 module ExitCodes (
3 exit_invalid_cidr )
4 where
5
6 -- | One of the CIDRs is invalid (malformed, not a CIDR at all, etc).
7 exit_invalid_cidr :: Int
8 exit_invalid_cidr = 1