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 qualified Command.Fix
|
|||
import Backend
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "pre-commit" paramPaths needsRepo seek
|
||||
command = [Command "pre-commit" paramPaths defaultChecks seek
|
||||
"run by git pre-commit hook"]
|
||||
|
||||
{- The pre-commit hook needs to fix symlinks to all files being committed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue