majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.34k stars 466 forks source link

Allow users to write in the email after entering "ipatool auth login" instead of passing it in as an argument #180

Open YousufSSyed opened 1 year ago

YousufSSyed commented 1 year ago

Description

Right now you have to pass --email email@icloud.com for the command to work. If the user doesn't, instead it could just ask after the fact instead:

> ipatool auth login
> Enter email: email@icloud.com

Users would also be less likely to enter it in incorrectly if they focus on just writing in the email, and not also writing in the whole command at the same time. And especially if they have a small terminal window width.