Skip to content

Commit

Permalink
Merge pull request #57 from Pennyw0rth/ascii-art
Browse files Browse the repository at this point in the history
Add ascii art to cli
  • Loading branch information
Marshall-Hallenbeck authored Oct 12, 2023
2 parents 314b7f6 + 6e39bdd commit 4a09852
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions nxc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a09852

Please sign in to comment.