Skip to content

Commit

Permalink
chore(ascii): show quote inside ascii block
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 23, 2023
1 parent 910be93 commit 4e7dffa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

if [ -z "$1" ]; then
echo "Please provide a version number."
echo "Usages: $0 v[X.Y.Z]"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions src/cli/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ pub fn splash() -> String {
╦ ╦╔═╗╦ ╦╦ ╔═╗╔╗╔
╠═╣╠═╣╚╦╝║ 𝖃║ ║║║║
╩ ╩╩ ╩ ╩ ╩═╝ ╚═╝╝╚╝v{}
by @PwnWriter
Shoot before the blink
@pwnwriter/haylxon
"#,
hxn_version
)
.purple();

let quote = " Shoot before the blink  ".italic();

format!("{logo} {quote}")
format!("{logo}")
}

0 comments on commit 4e7dffa

Please sign in to comment.