slate-0.13.1.0: A note taking CLI tool.

Safe HaskellSafe
LanguageHaskell2010

Command

Documentation

data Command Source #

Constructors

Add (Maybe Slate) Task 
Display (Maybe Slate) (Maybe Filter) 
Doing (Maybe Slate) (Maybe TaskId) 
Done (Maybe Slate) (Maybe TaskId) (Maybe Comment) 
Edit (Maybe Slate) 
Remove (Maybe Slate) TaskId 
Rename Slate Slate 
Status (Maybe Slate) 
Sync 
Todo (Maybe Slate) (Maybe TaskId) 
Wipe (Maybe Slate) (Maybe Filter) 
Instances
Eq Command Source # 
Instance details

Defined in Command

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Show Command Source # 
Instance details

Defined in Command