aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/flags.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #8427bors[bot]2021-05-031-5/+0
|\ | | | | | | | | | | | | | | | | | | 8427: Move CI to rust-cache Action r=matklad a=Swatinem This is humbling. I actually took inspiration from RAs pre-cache xtask when developing my action ;-) Closes #7731 Co-authored-by: Arpad Borsos <[email protected]>
| * Move CI to rust-cache ActionArpad Borsos2021-04-081-5/+0
| |
* | fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov2021-04-261-7/+2
|/ | | | | We used to set `--nightly` in CI, and only for linux. Let's detect this in xtask instead.
* 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