better /run confirmation prompt

This commit is contained in:
Paul Gauthier 2024-08-08 15:39:07 -03:00
parent 51ec18b711
commit 03a357eb95

View file

@ -678,7 +678,7 @@ class Commands:
add = result.returncode != 0
else:
response = self.io.prompt_ask(
"Add the output to the chat? (y/n/instructions): ", default="y"
"Add the output to the chat?\n(y/n/instructions)", default=""
).strip()
if response.lower() in ["yes", "y"]: