Skip to content

Commit

Permalink
refactor: rm authors from help
Browse files Browse the repository at this point in the history
- They are now in the repo readme
  • Loading branch information
kamadorueda committed Apr 28, 2022
1 parent e15acd6 commit 0067057
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/alejandra_cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,39 +51,12 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
.after_help(
#[cfg_attr(rustfmt, rustfmt_skip)]
indoc::indoc!(
// Let's just use the same sorting as on GitHub
//
// There are some non-code contributors,
// I'm sorting those subjectively.
// I've tried to be as just as possible.
//
// Feel free to add here your contact/blog/links if you want
"
The program will exit with status code:
1, if any error occurs.
2, if --check was used and any file was changed.
0, otherwise.
Shaped with love by:
Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail.
Thomas Bereknyei ~ @tomberek on GitHub and matrix.org.
Piegames ~ @piegamesde on GitHub.
Joachim Ernst ~ @0x4A6F on GitHub.
David Arnold ~ @blaggacao on GitHub and matrix.org.
David Hauer ~ @DavHau on GitHub.
Fabian Möller ~ @B4dM4n on GitHub.
Rok Garbas ~ @garbas on GitHub.
Yorick van Pelt ~ @yorickvP on GitHub.
Rehno Lindeque ~ @rehno-lindeque on GitHub.
Jörg Thalheim ~ @Mic92 on GitHub.
Vincent Ambo ~ @tazjin on GitHub.
Mr Hedgehog ~ @ModdedGamers on GitHub.
Tristan Maat ~ @TLATER on GitHub.
Norbert Melzer ~ @NobbZ on GitHub.
Patrick Stevens ~ @Smaug123 on GitHub.
Connor Baker ~ @ConnorBaker on GitHub.
Florian Finkernagel ~ @TyberiusPrime on GitHub.
Your star and feedback is very much appreciated!
https://github.com/kamadorueda/alejandra
"
Expand Down

0 comments on commit 0067057

Please sign in to comment.