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
|
@ -14,7 +14,7 @@ import Logs.UUID
|
|||
import Init
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "init" paramDesc needsNothing seek "initialize git-annex"]
|
||||
command = [Command "init" paramDesc noChecks seek "initialize git-annex"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withWords start]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue