If 'y' is provided to the question, the script execution continues. If
'n' or any other response is provided to the question, script exits.
# wp db drop asks for confirmation before dropping the database.
WP_CLI::confirm( "Are you sure you want to drop the database?", $assoc_args );