mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 13:07:47 +00:00
refactor: rm authors from help
- They are now in the repo readme
This commit is contained in:
parent
e15acd6eb6
commit
00670576da
1 changed files with 0 additions and 27 deletions
|
@ -51,39 +51,12 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
|
||||||
.after_help(
|
.after_help(
|
||||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
indoc::indoc!(
|
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:
|
The program will exit with status code:
|
||||||
1, if any error occurs.
|
1, if any error occurs.
|
||||||
2, if --check was used and any file was changed.
|
2, if --check was used and any file was changed.
|
||||||
0, otherwise.
|
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!
|
Your star and feedback is very much appreciated!
|
||||||
https://github.com/kamadorueda/alejandra
|
https://github.com/kamadorueda/alejandra
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue