summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs5
1 files changed, 3 insertions, 2 deletions
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