REQUEST_TTY_YES
options.request_tty == REQUEST_TTY_YES))
{ "true", REQUEST_TTY_YES },
{ "yes", REQUEST_TTY_YES },
if (options.request_tty == REQUEST_TTY_YES ||
if (options.request_tty == REQUEST_TTY_YES)
options.request_tty = REQUEST_TTY_YES;