diff options
Diffstat (limited to 'Command/Map.hs')
-rw-r--r-- | Command/Map.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 4328139f1..955010809 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -27,10 +27,11 @@ data Link = Link Git.Repo Git.Repo cmd :: Command cmd = dontCheck repoExists $ - command "map" paramNothing seek SectionQuery + command "map" SectionQuery "generate map of repositories" + paramNothing (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = withNothing start start :: CommandStart |