diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-05 08:56:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-05 08:57:45 -0400 |
commit | 7ec6b7ca1fb2acebe0f1669239aa81b5a63ecf5d (patch) | |
tree | 88ff3b14da0ae3d43591927656b9b95c4487429b /doc/todo/get_--batch.mdwn | |
parent | e06dda9501b3e990c2d6a8b249787520d08ba6fe (diff) |
get: Add --batch and --json options.
Diffstat (limited to 'doc/todo/get_--batch.mdwn')
-rw-r--r-- | doc/todo/get_--batch.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/get_--batch.mdwn b/doc/todo/get_--batch.mdwn index 619cfb5ac..a23b36de0 100644 --- a/doc/todo/get_--batch.mdwn +++ b/doc/todo/get_--batch.mdwn @@ -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]] |