finished converting all the main options
This commit is contained in:
parent
5cc882a35e
commit
6a4f2087be
22 changed files with 165 additions and 122 deletions
|
@ -16,7 +16,7 @@ import Logs.Trust
|
|||
import Logs.Web
|
||||
|
||||
cmd :: Command
|
||||
cmd = noCommit $ withOptions (jsonOption : annexedMatchingOptions ++ keyOptions) $
|
||||
cmd = noCommit $ withGlobalOptions (jsonOption : annexedMatchingOptions) $
|
||||
command "whereis" SectionQuery
|
||||
"lists repositories that have file content"
|
||||
paramPaths (withParams seek)
|
||||
|
@ -27,8 +27,6 @@ data WhereisOptions = WhereisOptions
|
|||
, keyOptions :: Maybe KeyOptions
|
||||
}
|
||||
|
||||
-- TODO: annexedMatchingOptions
|
||||
|
||||
seek :: CmdParams -> CommandSeek
|
||||
seek ps = do
|
||||
m <- remoteMap id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue