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
|
@ -19,7 +19,7 @@ import Utility.Touch
|
|||
import Backend
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "add" paramPaths needsRepo seek "add files to annex"]
|
||||
command = [Command "add" paramPaths defaultChecks seek "add files to annex"]
|
||||
|
||||
{- Add acts on both files not checked into git yet, and unlocked files. -}
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue