get: Add --batch and --json options.

This commit is contained in:
Joey Hess 2016-07-05 08:56:23 -04:00
parent 92a401ae1e
commit ed8ecbea0c
Failed to extract signature
4 changed files with 38 additions and 10 deletions

View file

@ -1,3 +1,7 @@
It seems that it would be tremendously useful, see e.g. our [datalad install](https://github.com/datalad/datalad/issues/553)
[[!meta author =yoh]]
[[!meta author=yoh]]
> [[done]] although the output while getting a file is not
> machine-parseable. So, I made --json also work for get, but enabling
> json output disables any progress display. --[[Joey]]