glirc-2.12: Console IRC client

Copyright(c) Eric Mertens, 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.CommandArguments

Contents

Description

This module process command-line arguments provided when launching the client.

Synopsis

Command-line argument type

data CommandArguments Source #

Command-line arguments

Constructors

CommandArguments 

Fields

Argument loader

getCommandArguments :: IO CommandArguments Source #

Load command line arguments. This action will terminate early in the case of the version flag, help flag, or an error.