HashAddressed.App.Command.Type
type Command = ParserInfo (CommandAction ()) Source #
type CommandAction a = ExceptT (Seq String) IO a Source #