diffuser-cli 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffuser-cli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: CriticMarkup viewer for the terminal
5
5
  Author-email: shakedlokits <shakedl@salt.security>
6
6
  License-Expression: GPL-3.0-or-later
@@ -9,15 +9,6 @@ from diffuser.parse import prepare
9
9
  from diffuser.render import render
10
10
  from diffuser.skill import get_skill_content
11
11
 
12
- _BANNER = r"""
13
- ██████╗ ██╗███████╗███████╗██╗ ██╗███████╗███████╗██████╗
14
- ██╔══██╗██║██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝██╔══██╗
15
- ██║ ██║██║█████╗ █████╗ ██║ ██║███████╗█████╗ ██████╔╝
16
- ██║ ██║██║██╔══╝ ██╔══╝ ██║ ██║╚════██║██╔══╝ ██╔══██╗
17
- ██████╔╝██║██║ ██║ ╚██████╔╝███████║███████╗██║ ██║
18
- ╚═════╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝
19
- """
20
-
21
12
 
22
13
  def _version_callback(value: bool) -> None:
23
14
  if value:
@@ -28,7 +19,8 @@ def _version_callback(value: bool) -> None:
28
19
 
29
20
 
30
21
  app = 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.",
32
24
  epilog="Made by Shaked Lokits. https://github.com/shakedlokits/diffuser",
33
25
  no_args_is_help=True,
34
26
  )
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.1.2'
22
- __version_tuple__ = version_tuple = (0, 1, 2)
21
+ __version__ = version = '0.1.3'
22
+ __version_tuple__ = version_tuple = (0, 1, 3)
23
23
 
24
24
  __commit_id__ = commit_id = None
File without changes
File without changes
File without changes
File without changes