Skip to content

Commit 0067057

Browse files
committed
refactor: rm authors from help
- They are now in the repo readme
1 parent e15acd6 commit 0067057

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

src/alejandra_cli/src/cli.rs

-27
Original file line numberDiff line numberDiff line change
@@ -51,39 +51,12 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
5151
.after_help(
5252
#[cfg_attr(rustfmt, rustfmt_skip)]
5353
indoc::indoc!(
54-
// Let's just use the same sorting as on GitHub
55-
//
56-
// There are some non-code contributors,
57-
// I'm sorting those subjectively.
58-
// I've tried to be as just as possible.
59-
//
60-
// Feel free to add here your contact/blog/links if you want
6154
"
6255
The program will exit with status code:
6356
1, if any error occurs.
6457
2, if --check was used and any file was changed.
6558
0, otherwise.
6659
67-
Shaped with love by:
68-
Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail.
69-
Thomas Bereknyei ~ @tomberek on GitHub and matrix.org.
70-
Piegames ~ @piegamesde on GitHub.
71-
Joachim Ernst ~ @0x4A6F on GitHub.
72-
David Arnold ~ @blaggacao on GitHub and matrix.org.
73-
David Hauer ~ @DavHau on GitHub.
74-
Fabian Möller ~ @B4dM4n on GitHub.
75-
Rok Garbas ~ @garbas on GitHub.
76-
Yorick van Pelt ~ @yorickvP on GitHub.
77-
Rehno Lindeque ~ @rehno-lindeque on GitHub.
78-
Jörg Thalheim ~ @Mic92 on GitHub.
79-
Vincent Ambo ~ @tazjin on GitHub.
80-
Mr Hedgehog ~ @ModdedGamers on GitHub.
81-
Tristan Maat ~ @TLATER on GitHub.
82-
Norbert Melzer ~ @NobbZ on GitHub.
83-
Patrick Stevens ~ @Smaug123 on GitHub.
84-
Connor Baker ~ @ConnorBaker on GitHub.
85-
Florian Finkernagel ~ @TyberiusPrime on GitHub.
86-
8760
Your star and feedback is very much appreciated!
8861
https://github.com/kamadorueda/alejandra
8962
"

0 commit comments

Comments
 (0)