File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 99from diffuser .render import render
1010from diffuser .skill import get_skill_content
1111
12- _BANNER = r"""
13- ██████╗ ██╗███████╗███████╗██╗ ██╗███████╗███████╗██████╗
14- ██╔══██╗██║██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝██╔══██╗
15- ██║ ██║██║█████╗ █████╗ ██║ ██║███████╗█████╗ ██████╔╝
16- ██║ ██║██║██╔══╝ ██╔══╝ ██║ ██║╚════██║██╔══╝ ██╔══██╗
17- ██████╔╝██║██║ ██║ ╚██████╔╝███████║███████╗██║ ██║
18- ╚═════╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝
19- """
20-
2112
2213def _version_callback (value : bool ) -> None :
2314 if value :
@@ -28,7 +19,8 @@ def _version_callback(value: bool) -> None:
2819
2920
3021app = typer .Typer (
31- help = _BANNER + "\n CriticMarkup viewer for the terminal." ,
22+ rich_markup_mode = "rich" ,
23+ help = "[bold]CriticMarkup[/bold] viewer for the terminal." ,
3224 epilog = "Made by Shaked Lokits. https://github.com/shakedlokits/diffuser" ,
3325 no_args_is_help = True ,
3426)
You can’t perform that action at this time.
0 commit comments