def postcmd(self, stop, line):
"""Hook that executes after every command."""
if self.first_reaction:
self.prompt = (
Fore.RED +
"{} What can i do for you?\n".format(PROMPT_CHAR) + Fore.RESET
)
self.first_reaction = False
if self.enable_voice:
self.speech.text_to_speech("What can i do for you?\n")
评论列表
文章目录