coda-0.0.1: The coda compiler

Copyright(c) Edward Kmett 2017 (c) Edward Kmett and Dan Doel 2012-2013
LicenseBSD2
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Coda.Console.Command

Description

 

Documentation

class HasCommand c where Source #

Minimal complete definition

command

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 #

desc :: Lens' c String Source #

tabbed :: Lens' c (Maybe (CompletionFunc IO)) Source #