We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daac1c commit e076dacCopy full SHA for e076dac
1 file changed
src/ursa/cli/hitl.py
@@ -463,7 +463,7 @@ def do_hypothesize(self, _: str):
463
def run(self):
464
"""Handle Ctrl+C to avoid quitting the program"""
465
# Print intro only once.
466
- self.show(f"[magenta]{ursa_banner}", markdown=False)
+ self.show(f"[magenta]{ursa_banner}", markdown=False, highlight=False)
467
self.show(self._help_message, markdown=False)
468
469
while True:
0 commit comments