--json for addcomputed and recompute
Not very useful, but it does work.
This commit is contained in:
parent
2d60ce4803
commit
d74d2d5d91
4 changed files with 12 additions and 2 deletions
|
@ -29,7 +29,7 @@ import qualified Data.Map as M
|
|||
import System.PosixCompat.Files (isSymbolicLink)
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $
|
||||
cmd = notBareRepo $ withAnnexOptions [jsonOptions] $
|
||||
command "recompute" SectionCommon "recompute computed files"
|
||||
paramPaths (seek <$$> optParser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue