glirc-2.20.6: Console IRC client

Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.View.Help

Description

This module provides the rendering used for the /help command.

Synopsis

Documentation

helpImageLines Source #

Arguments

:: Maybe Text

optional command name

-> Palette

palette

-> [Image]

help lines

Generate either the list of all commands and their arguments, or when given a command name generate the detailed help text for that command.