Skip to content

Commit

Permalink
chore(cli): remove back drop for consistency [skip ci] (#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm authored Jul 20, 2023
1 parent 2169ebe commit 079bc33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/bentoml_cli/bentos.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
from bentoml._internal.container import DefaultBuilder

BENTOML_FIGLET = """
██████╗███████╗███╗░░██╗████████╗█████╗░███╗░░░███╗██╗░░░░░
██╔══██╗██╔════╝████╗██║╚══██╔══╝██╔══██╗████╗████║██║░░░░░
██████╝█████╗░░██╔██╗██║░░░██║░░░██║░░██║██╔████╔██║██║░░░░░
██╔══██╗██╔══╝░░██║╚████║░░░██║░░░██║░░██║██║╚██╔╝██║██║░░░░░
██████╝███████╗██║╚███║░░░██║░░░╚█████╔╝██║╚═╝██║███████╗
╚═════╝╚══════╝╚═╝░░╚══╝░░░╚═╝░░░░╚════╝░╚═╝░░░░░╚═╝╚══════╝
██████╗ ███████╗███╗ ██╗████████╗ ██████╗ ███╗ ███╗██╗
██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██╔══██╗████╗ ████║██║
██████╝█████╗ ██╔██╗ ██║ ██║ ██║ ██║██╔████╔██║██║
██╔══██╗██╔══╝ ██║╚████║ ██║ ██║ ██║██║╚██╔╝██║██║
██████╝███████╗██║ ╚████║ ██║ ╚█████╔╝██║ ╚═╝ ██║███████╗
╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
"""


Expand Down
12 changes: 6 additions & 6 deletions src/bentoml_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ def create_bentoml_cli() -> click.Group:
def bentoml_cli():
"""
\b
██████╗███████╗███╗░░██╗████████╗█████╗░███╗░░░███╗██╗░░░░░
██╔══██╗██╔════╝████╗██║╚══██╔══╝██╔══██╗████╗████║██║░░░░░
██████╝█████╗░░██╔██╗██║░░░██║░░░██║░░██║██╔████╔██║██║░░░░░
██╔══██╗██╔══╝░░██║╚████║░░░██║░░░██║░░██║██║╚██╔╝██║██║░░░░░
██████╝███████╗██║╚███║░░░██║░░░╚█████╔╝██║╚═╝██║███████╗
╚═════╝╚══════╝╚═╝░░╚══╝░░░╚═╝░░░░╚════╝░╚═╝░░░░░╚═╝╚══════╝
██████╗ ███████╗███╗ ██╗████████╗ ██████╗ ███╗ ███╗██╗
██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██╔══██╗████╗ ████║██║
██████╝█████╗ ██╔██╗ ██║ ██║ ██║ ██║██╔████╔██║██║
██╔══██╗██╔══╝ ██║╚████║ ██║ ██║ ██║██║╚██╔╝██║██║
██████╝███████╗██║ ╚████║ ██║ ╚█████╔╝██║ ╚═╝ ██║███████╗
╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
"""

# Add top-level CLI commands
Expand Down

0 comments on commit 079bc33

Please sign in to comment.