X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FExitCodes.hs;fp=src%2FExitCodes.hs;h=7597a54723e0fa28d466f195f5161e60698ea3c4;hp=653b1c98c94a0d18f3c044302461d4166ba82f31;hb=d7c6b5499c0969b6e488d9fc583f93bbb4e3d4c7;hpb=eed0d7b0f8ef28864c00925beef5c8853bcd44cc diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 653b1c9..7597a54 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,17 +1,9 @@ --- |All exit codes that the program can return (excepting --- ExitSuccess). There's only one, since the program will try and fail --- forever upon errors. -module ExitCodes ( - exit_args_parse_failed, - exit_no_usernames - ) +-- | All exit codes that the program can return (excepting +-- ExitSuccess). +module ExitCodes ( exit_no_usernames ) where --- |Indicates that the command-line arguments could not be parsed. -exit_args_parse_failed :: Int -exit_args_parse_failed = 1 - -- | No usernames found on either the command-line or in a config -- file. exit_no_usernames :: Int -exit_no_usernames = 2 +exit_no_usernames = 1