Fail if --from or --to is passed to commands that do not support them.
This commit is contained in:
parent
c879eb873e
commit
b955238ec7
36 changed files with 58 additions and 46 deletions
|
@ -13,7 +13,7 @@ import Annex.Content
|
|||
import Limit
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "find" paramPaths needsRepo seek "lists available files"]
|
||||
command = [Command "find" paramPaths defaultChecks seek "lists available files"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withFilesInGit start]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue