Merge pull request #57 from Pennyw0rth/ascii-art

Add ascii art to cli
main
Marshall Hallenbeck 2023-10-12 14:26:04 -04:00 committed by GitHub
commit 4a09852aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -16,11 +16,14 @@ def gen_cli_args():
CODENAME = "A New Beginning"
parser = argparse.ArgumentParser(description=f"""
_ _ _ _____
| \ | | ___ | |_ | ____| __ __ ___ ___
| \| | / _ \ | __| | _| \ \/ / / _ \ / __|
| |\ | | __/ | |_ | |___ > < | __/ | (__
|_| \_| \___| \__| |_____| /_/\_\ \___| \___|
. .
.| |. _ _ _ _____
|| || | \ | | ___ | |_ | ____| __ __ ___ ___
\\\( )// | \| | / _ \ | __| | _| \ \/ / / _ \ / __|
.=[ ]=. | |\ | | __/ | |_ | |___ > < | __/ | (__
/ /-\ \ |_| \_| \___| \__| |_____| /_/\_\ \___| \___|
\ /
The network execution tool
Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx