From 00e37e72e06d3692ea2b5c77dfa6b0147a3b6d6d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Jul 2015 13:49:46 -0400 Subject: convert version command, and make --raw work when not in a git repo --- Types/Command.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Types/Command.hs') 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 -- cgit v1.2.3