Options.Declarative

Command type

class IsCmd c

data Cmd help a

logStr

getVerbosity

getLogger

Argument definition tools

class Option a

data Flag shortNames longNames placeholder help a

data Arg placeholder a

Defining argment types

class ArgRead a

data Def defaultValue a

Subcommands support

data Group

data SubCmd

subCmd

Run a command

run

run_