]> git.ipfire.org Git - thirdparty/grub.git/commit
commands/read: Add silent mode to read command to suppress input echo
authorGlenn Washburn <development@efficientek.com>
Sun, 21 Mar 2021 20:22:19 +0000 (15:22 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 13 Sep 2021 12:52:58 +0000 (14:52 +0200)
commitae97bc681c838dab8d5c746dff60a7eeec30fb09
treeb61b9a219b707b82dfe9d4a58c45f7991db7d7ef
parent0c2aaec01d0b05becae5b7387ae568bcc3d71ff9
commands/read: Add silent mode to read command to suppress input echo

This conforms to the behavior of the -s option of the Bash read command.

docs/grub: Document the -s option for the read command.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi
grub-core/commands/read.c