From d7e9fddd40ecbb4c481f16d378731d970a121677 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sat, 19 Feb 2022 11:16:54 -0500 Subject: [PATCH] feat: shaped with love by more people --- src/cli.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/cli.rs b/src/cli.rs index 538c768..0d45048 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -16,11 +16,18 @@ pub fn parse(args: Vec) -> clap::ArgMatches { ) .term_width(80) .after_help(indoc::indoc!( + // Let's just use the same sorting as on GitHub + // + // There are some non-code contributors, + // I'm sorting those subjectively + // + // Feel free to add here your contact/blog/links if you want " Shaped with love by: - Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail. - Thomas Bereknyei ~ @tomberek on GitHub and matrix.org. - David Arnold ~ @blaggacao on GitHub and matrix.org. + - Vincent Ambo ~ @tazjin on GitHub. - Mr Hedgehog ~ @ModdedGamers on GitHub. " ))