Copyright | (c) Eric Mertens 2016 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Client.Commands.Help
Description
Implements the /help command, which is responsible for managing the help buffer. Unfortunately, this makes this command somewhat unique in that it's responsible for rendering.
Synopsis
- cmdHelp :: [CommandSection] -> Recognizer Command -> WindowCommand (Maybe String)
Documentation
cmdHelp :: [CommandSection] -> Recognizer Command -> WindowCommand (Maybe String) Source #
Implementation of /help
command.