Copyright | (c) Edward Kmett 2017 (c) Edward Kmett and Dan Doel 2012-2013 |
---|---|
License | BSD2 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Coda.Console.Command
Description
Documentation
Constructors
Command | |
Instances
class HasCommand c where Source #
Minimal complete definition
Methods
command :: Lens' c Command Source #
alts :: Lens' c [String] Source #
arg :: Lens' c (Maybe String) Source #
body :: Lens' c ([String] -> String -> IO ()) Source #
cmdName :: Lens' c String Source #
Instances
executeCommand :: String -> IO () Source #