nicohman / wyvern

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

login via commandline parameters #21

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

Could you please add a way to login like so?

wyvern login --email "${email}" --password "${password}"

Oh and the most common convention is if you don't have the --password parameter, you would be able to type that after, to not pollute your bash history.

Maybe

wyvern login --token "${token}"

should also work

nicohman commented 5 years ago

Added these options & subcommand in 1382c1c86b6ccbb9c5a3a6673f0af44bb11b0112

sigboe commented 5 years ago

Thank you one million!