aboutsummaryrefslogtreecommitdiff
path: root/Types/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-10 13:49:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-10 13:49:46 -0400
commit00e37e72e06d3692ea2b5c77dfa6b0147a3b6d6d (patch)
treef957d1c627da125fa2c852cefe24f4b6d556d2f1 /Types/Command.hs
parent94642d1b1907a379181e25e298910b9c09fd5adf (diff)
convert version command, and make --raw work when not in a git repo
Diffstat (limited to 'Types/Command.hs')
-rw-r--r--Types/Command.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Types/Command.hs b/Types/Command.hs
index acd662bf3..e12873850 100644
--- a/Types/Command.hs
+++ b/Types/Command.hs
@@ -38,8 +38,7 @@ type CommandCleanup = Annex Bool
{- A command is defined by specifying these things. -}
data Command = Command
- { cmdoptions :: [Option] -- command-specific options
- , cmdcheck :: [CommandCheck] -- check stage
+ { cmdcheck :: [CommandCheck] -- check stage
, cmdnocommit :: Bool -- don't commit journalled state changes
, cmdnomessages :: Bool -- don't output normal messages
, cmdname :: String