G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Eliminate the json flags of annex cmd for verbose flag #245

Closed hkchekc closed 5 years ago

hkchekc commented 5 years ago

This PR is based on achilleas's verbose-flag-tweaks branch.

My 2 commits are majorly changing the annex-json prints. Now using a Global Boolean, the --json flag in annex command is replaced. Normal output is printed.

I am thinking we should add also the RawInput and RawOutput field for AnnexWhereisRes or AnnexStatusRes.

achilleas-k commented 5 years ago

Merging because I need this. Will fix small things later.