migrate, undo: Support --json and --json-error-messages
Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
This commit is contained in:
parent
38fc5d3fc7
commit
1d4bd2dcb8
7 changed files with 56 additions and 32 deletions
|
@ -22,7 +22,7 @@ import qualified Command.Sync
|
|||
import qualified Utility.RawFilePath as R
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $
|
||||
cmd = notBareRepo $ withAnnexOptions [jsonOptions] $
|
||||
command "undo" SectionCommon
|
||||
"undo last change to a file or directory"
|
||||
paramPaths (withParams seek)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue