From 970499d137d232090f454f6f3dac725fa5605c9f Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:52:06 -0800 Subject: [PATCH] remove ANSI escape codes, they don't work in command prompt --- src/manta/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manta/cli.py b/src/manta/cli.py index 21d9519..cb79be3 100644 --- a/src/manta/cli.py +++ b/src/manta/cli.py @@ -25,9 +25,9 @@ logo = f""" `------........------' -\033[34;49;1m\033[34;49;3m Manta Version {get_distribution("manta").version} \033[00m -\033[34;49;1m\033[34;49;3m An In-Situ Debugging Tool for Programmable Hardware \033[00m -\033[34;49;1m\033[34;49;3m https://github.com/fischermoseley/manta \033[00m +Manta - An In-Situ Debugging Tool for Programmable Hardware +Version {get_distribution("manta").version} +https://github.com/fischermoseley/manta """