aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/flags.rs
Commit message (Collapse)AuthorAgeFilesLines
* xtask: replace "lint" command by a simply cargo aliasMatthias Krüger2021-03-141-2/+0
| | | | | | | This strips the run_clippy implementation out of xtask and replaces it by a simple "cargo lint" alias which runs clippy with the corresponding flags. Unfortunately I could not name the alias "clippy" because that would lead to infinite recursion.
* Make `code generation` just workAleksey Kladov2021-03-081-10/+0
| | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing.
* :arrow_up: xflagsAleksey Kladov2021-03-071-8/+9
|
* Underengineer `cargo xtask install --client`Aleksey Kladov2021-03-051-10/+1
|
* Cleanup install commandAleksey Kladov2021-03-051-0/+33
|
* Update xtask/src/flags.rsAleksey Kladov2021-03-011-1/+1
| | | Co-authored-by: Laurențiu Nicola <[email protected]>
* Use cli parser with auto-generated helpAleksey Kladov2021-03-011-0/+139