Skip to content

Commit e076dac

Browse files
authored
do not highlight banner (#131)
1 parent 0daac1c commit e076dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ursa/cli/hitl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def do_hypothesize(self, _: str):
463463
def run(self):
464464
"""Handle Ctrl+C to avoid quitting the program"""
465465
# Print intro only once.
466-
self.show(f"[magenta]{ursa_banner}", markdown=False)
466+
self.show(f"[magenta]{ursa_banner}", markdown=False, highlight=False)
467467
self.show(self._help_message, markdown=False)
468468

469469
while True:

0 commit comments

Comments
 (0)