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
|
@ -17,7 +17,7 @@ import Annex.Content
|
|||
import Config
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "drop" paramPaths needsRepo seek
|
||||
command = [Command "drop" paramPaths defaultChecks seek
|
||||
"indicate content of files not currently wanted"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue