commit 50710aec900d0c6e5297dd596cbcb5e2aba9e7aa
parent 885af1cfb3f5356c1968e5c31677835ecdfd2a25
Author: cy6erlion <50733658+cy6erlion@users.noreply.github.com>
Date: Thu, 31 Dec 2020 21:31:36 +0200
Merge pull request #4 from 0xflotus/master
feat: added banner before help
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main.rs b/src/main.rs
@@ -4,6 +4,7 @@ fn main() {
let matches = App::new("ietf")
.version("0.1.0")
.about("A program to read RFCs in the terminal.")
+ .before_help("██▄██ ▄▄█▄ ▄█ ▄▄\n██ ▄█ ▄▄██ ██ ▄█\n█▄▄▄█▄▄▄██▄██▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀")
.arg(
Arg::with_name("Number")
.short("n")