summaryrefslogtreecommitdiff
path: root/Command/ConfigList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r--Command/ConfigList.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs
index 78c6d8d24..95498ba20 100644
--- a/Command/ConfigList.hs
+++ b/Command/ConfigList.hs
@@ -16,9 +16,10 @@ import qualified Git.Config
import Remote.GCrypt (coreGCryptId)
cmd :: Command
-cmd = noCommit $ command "configlist" paramNothing
- SectionPlumbing "outputs relevant git configuration"
- (commandParser seek)
+cmd = noCommit $
+ command "configlist" SectionPlumbing
+ "outputs relevant git configuration"
+ paramNothing (withParams seek)
seek :: CmdParams -> CommandSeek
seek = withNothing start