ietf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1ab8ee24ee8ee40d0195b644ba4f5136098e11a3
parent fd13eee0267cb4ad276771596e73f18e5113acab
Author: 0xflotus <0xflotus@gmail.com>
Date:   Thu, 31 Dec 2020 15:26:37 +0100

feat: added banner before help

Diffstat:
Msrc/main.rs | 1+
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")