improve usage
This commit is contained in:
parent
3019b21c40
commit
1224f1c183
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ cmd' name desc getter setter = noMessages $
|
||||||
command name SectionSetup desc pdesc
|
command name SectionSetup desc pdesc
|
||||||
(withParams' seek completeRemotes)
|
(withParams' seek completeRemotes)
|
||||||
where
|
where
|
||||||
pdesc = paramPair paramRemote (paramOptional paramExpression)
|
pdesc = paramPair paramRepository (paramOptional paramExpression)
|
||||||
|
|
||||||
seek = withWords (commandAction . start)
|
seek = withWords (commandAction . start)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue