Helic.List
Description
List command logic, Internal
buildList :: Members [Reader ListConfig, Client, Error Text, Embed IO] r => Sem r String Source #
Fetch all events from the server, limit them to the configured number and format them in a nice table.
list :: Members [Reader ListConfig, Client, Error Text, Embed IO] r => Sem r () Source #
Print a number of events to stdout.