-- | All exit codes that the program can return (excepting -- ExitSuccess). module ExitCodes ( exit_no_usernames ) where -- | No usernames found on either the command-line or in a config -- file. exit_no_usernames :: Int exit_no_usernames = 1