Function llogin::prompt_for_account_id
source · pub(crate) fn prompt_for_account_id() -> StringExpand description
Prompts the user for an account ID.
This function prints a prompt to the standard output, reads a line from the standard input, trims leading and trailing whitespace, and returns the result.