From e7e61fb6cbe5455ded9bb550a64121223c099fc2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Jul 2015 15:08:02 -0400 Subject: convert all commands to work with optparse-applicative Still no options though. --- Command/Status.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Command/Status.hs') diff --git a/Command/Status.hs b/Command/Status.hs index 248a0b84b..c8aeaef0a 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -18,10 +18,11 @@ import qualified Git cmd :: Command cmd = notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $ - command "status" paramPaths seek SectionCommon + command "status" SectionCommon "show the working tree status" + paramPaths (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = withWords start start :: [FilePath] -> CommandStart -- cgit v1.2.3