Copyright | (c) Eric Mertens, 2016 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Client.CommandArguments
Description
This module process command-line arguments provided when launching the client.
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.