message format
This commit is contained in:
parent
6ea5e6ed76
commit
d4a78ea4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ load_dotenv()
|
|||
|
||||
@click.group()
|
||||
def cli():
|
||||
logger.info(pyfiglet.figlet_format("Welcome to xexe", font="big"))
|
||||
logger.info(pyfiglet.figlet_format("\nWelcome to xexe", font="big"))
|
||||
logger.info(f"Running xexe version: {importlib.metadata.version('xexe')}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue