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. " ))