The file matching options are now only accepted by commands that can actually use them.
This commit is contained in:
parent
52424dc382
commit
8066a1c3cc
24 changed files with 118 additions and 77 deletions
|
@ -19,8 +19,9 @@ import Utility.Touch
|
|||
#endif
|
||||
|
||||
cmd :: [Command]
|
||||
cmd = [notDirect $ noCommit $ command "fix" paramPaths seek
|
||||
SectionMaintenance "fix up symlinks to point to annexed content"]
|
||||
cmd = [notDirect $ noCommit $ withOptions annexedMatchingOptions $
|
||||
command "fix" paramPaths seek
|
||||
SectionMaintenance "fix up symlinks to point to annexed content"]
|
||||
|
||||
seek :: CommandSeek
|
||||
seek = withFilesInGit $ whenAnnexed start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue