nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
86 stars 5 forks source link

Could you implement `wyvern login --status`? #23

Closed sigboe closed 4 years ago

sigboe commented 5 years ago

Could you implement wyvern login --status and wyvern login --status --json to give information like if you are logged in, what is your user-name, and maybe more?

nicohman commented 5 years ago

You could easily figure this out by parsing ~/.config/wyvern/wyvern.toml. It’s not in JSON, but the info is all there. Does it have to be in JSON?