improve usage
These commands operate on not only remotes, but any way a repository can be specified, including "here" etc. Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
parent
15f9fcbcb1
commit
70d2ece381
5 changed files with 6 additions and 4 deletions
|
@ -14,7 +14,7 @@ import Command.Trust (trustCommand)
|
|||
cmd :: Command
|
||||
cmd = command "semitrust" SectionSetup
|
||||
"return repository to default trust level"
|
||||
(paramRepeating paramRemote) (withParams seek)
|
||||
(paramRepeating paramRepository) (withParams seek)
|
||||
|
||||
seek :: CmdParams -> CommandSeek
|
||||
seek = trustCommand "semitrust" SemiTrusted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue