Skip to content

feat: masking password #340

@Sk7Str1p3

Description

@Sk7Str1p3

currently, Password input is just empty. Maybe users would like to customize mask character?

let password = Password::new()
    .with_prompt("Enter password")
    .with_mask('*') // if not used, default to empty input
    .interact()?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions