For example, the cookie delete command asks the user for confirmation before completely erasing.
Processing will continue only if YES is entered.
Currently, it uses the standard Python function input to accept input, but we will replace it with lldb.SBInputReader.