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