json missing some output?
This commit is contained in:
parent
d505485b2d
commit
b69dbf725c
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
### Please describe the problem.
|
||||
|
||||
i can't find a key in the JSON output of `git annex info` for the "transfer in progress" field. is it missing on purpose? or am I missing some field?
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
<pre>
|
||||
git annex info
|
||||
git annex info --json
|
||||
</pre>
|
||||
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
5.20150406-g2a9fbec debian jessie
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
# If you can, paste a complete transcript of the problem occurring here.
|
||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||
anarcat@desktop008:mp3$ git annex info --fast --json | grep -i transfer
|
||||
anarcat@desktop008:mp3$ git annex info --fast | grep -i transfer
|
||||
transfers in progress:
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
||||
|
||||
[[anarcat]]
|
Loading…
Add table
Reference in a new issue