The file matching options are now only accepted by commands that can actually use them.
This commit is contained in:
parent
52424dc382
commit
8066a1c3cc
24 changed files with 118 additions and 77 deletions
|
@ -16,7 +16,7 @@ import Logs.Trust
|
|||
import Logs.Web
|
||||
|
||||
cmd :: [Command]
|
||||
cmd = [noCommit $ withOptions (jsonOption : keyOptions) $
|
||||
cmd = [noCommit $ withOptions (jsonOption : annexedMatchingOptions ++ keyOptions) $
|
||||
command "whereis" paramPaths seek SectionQuery
|
||||
"lists repositories that have file content"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue