mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 13:07:47 +00:00
feat: pay in credits
- There is no money to pay with, but there is a big thank you and a place in the credits. - Also pizza if we ever meet in person
This commit is contained in:
parent
7740219ca5
commit
439631f07f
1 changed files with 37 additions and 20 deletions
|
@ -39,27 +39,44 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
|
||||||
.takes_value(true),
|
.takes_value(true),
|
||||||
)
|
)
|
||||||
.term_width(80)
|
.term_width(80)
|
||||||
.after_help(indoc::indoc!(
|
.after_help(
|
||||||
// Let's just use the same sorting as on GitHub
|
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
//
|
indoc::indoc!(
|
||||||
// There are some non-code contributors,
|
// Let's just use the same sorting as on GitHub
|
||||||
// I'm sorting those subjectively
|
//
|
||||||
//
|
// There are some non-code contributors,
|
||||||
// Feel free to add here your contact/blog/links if you want
|
// I'm sorting those subjectively.
|
||||||
"
|
// I've tried to be as just as possible.
|
||||||
The program will exit with status code:
|
//
|
||||||
1, if any error occurs.
|
// Feel free to add here your contact/blog/links if you want
|
||||||
2, if --check was used and any file was changed.
|
"
|
||||||
0, otherwise.
|
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:
|
Shaped with love by:
|
||||||
Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail.
|
Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail.
|
||||||
Thomas Bereknyei ~ @tomberek on GitHub and matrix.org.
|
Thomas Bereknyei ~ @tomberek on GitHub and matrix.org.
|
||||||
David Arnold ~ @blaggacao on GitHub and matrix.org.
|
Piegames ~ @piegamesde on GitHub.
|
||||||
Vincent Ambo ~ @tazjin on GitHub.
|
Joachim Ernst ~ @0x4A6F on GitHub.
|
||||||
Mr Hedgehog ~ @ModdedGamers 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.
|
||||||
|
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.
|
||||||
|
Florian Finkernagel ~ @TyberiusPrime on GitHub.
|
||||||
|
|
||||||
|
Your star and feedback is very much appreciated!
|
||||||
|
https://github.com/kamadorueda/alejandra
|
||||||
|
"
|
||||||
|
),
|
||||||
|
)
|
||||||
.get_matches_from(args)
|
.get_matches_from(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue