@@ -51,39 +51,12 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
51
51
. after_help (
52
52
#[ cfg_attr( rustfmt, rustfmt_skip) ]
53
53
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
61
54
"
62
55
The program will exit with status code:
63
56
1, if any error occurs.
64
57
2, if --check was used and any file was changed.
65
58
0, otherwise.
66
59
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
-
87
60
Your star and feedback is very much appreciated!
88
61
https://github.com/kamadorueda/alejandra
89
62
"
0 commit comments