add section metadata to all commands

Not yet used .. mindless train work.
This commit is contained in:
Joey Hess 2013-03-24 18:28:21 -04:00
parent 2ea720abc9
commit cfd3b16fe1
59 changed files with 86 additions and 59 deletions

View file

@ -16,7 +16,8 @@ import Types.Group
import qualified Data.Set as S
def :: [Command]
def = [command "group" (paramPair paramRemote paramDesc) seek "add a repository to a group"]
def = [command "group" (paramPair paramRemote paramDesc) seek
SectionCommon "add a repository to a group"]
seek :: [CommandSeek]
seek = [withWords start]