mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
change any key to enter
This commit is contained in:
@@ -60,7 +60,7 @@ func getPassword(args ...any) (string, error) {
|
||||
}
|
||||
|
||||
func pause() {
|
||||
fmt.Print("Press any key to continue...")
|
||||
fmt.Print("Press Enter to continue...")
|
||||
term.ReadPassword(int(os.Stdin.Fd()))
|
||||
fmt.Println()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user