G-Node / gin-cli

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

Don't prompt for login with --json #236

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

'repos' and 'repoinfo' commands would still prompt for login when called with --json flag. Passing '!jsonout' to 'requirelogin()' like all the other commands fixes this.

Fixes #234