Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains functions and data types to parse CLI inputs.
CLI data types
Represent all available commands
Options parsed with new
command
NewOpts | |
|
Functions to parse CLI arguments and run summoner
summon :: Version -> (Command -> IO ()) -> IO () Source #
Main function that parses CLI
commands and runs them using given
Command
handler.