{ "flags": { "full": { "type": "bool", "description": "Set to true to print the build information in full" }, "instance": { "type": "string", "description": "The instance that you want to log into" } }, "commands": { "login": { "addPrinter": true, "addConfig": true, "flags": [ { "flag": "instance", "default": "" } ], "summary": "Login to an account on GoToSocial" }, "version": { "addPrinter": true, "addConfig": false, "summary": "Prints the application's version and build information", "flags": [ { "flag": "full", "default": "false" } ] } } }