Closed tranzystorekk closed 3 years ago
@dimo414 I'm guessing you haven't had the time to review these changes, either way I'd like to thank you for welcoming me as a contributor 😄
Yes sorry for the delay, it's just a large PR and I haven't made time to look through it. Will do so soon.
Ah, I didn't realize the bulk of this PR was just cargo fmt
, and I had been delaying reviewing it until I could go through your changes in detail.
I appreciate the motivation for using a formatter, but I'd intentionally not run cargo fmt
on the project so far. I might decide to set up formatting in the future but at a minimum I'd want to add enforcement and probably also tune the formatter via a rustfmt.toml as well.
The changes in 697f2092 LG though, so if you want to remove the cargo fmt
commit I can merge that.
@dimo414 agreed, I just reset the formatting commit :)
Highlights:
_
to hyphens-
making long flags POSIX (--use_working_dir
➡️--use-working-dir
).visible_alias(...)
so that clap documents aliases automaticallyFor formatting, a github action can be set up that doesn't allow merging unformatted code.