G-Node / gin-cli

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

Add JSON output to info, keys, servers, and remotes commands #260

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

The following commands now support the --json flag to print their output in JSON format:

Closes #235

achilleas-k commented 5 years ago

@JiriVanek I think this is the last of them. Some other commands don't support printing JSON output because they have no information to print, they just results in success or failure. Are there any other situations you can think of that could print anything useful?