- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
175: Add unstable --print-command-list flag r=taiki-e a=taiki-e Closes #172 ``` --print-command-list Print commands without run (Unstable). ``` ```console $ cargo hack check --each-feature --include-deps-features --print-command-list cargo check --manifest-path Cargo.toml --no-default-features cargo check --manifest-path Cargo.toml --no-default-features --features anyhow/backtrace cargo check --manifest-path Cargo.toml --no-default-features --features anyhow/default cargo check --manifest-path Cargo.toml --no-default-features --features anyhow/std cargo check --manifest-path Cargo.toml --no-default-features --features ctrlc/termination cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/arbitrary cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/quickcheck cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/rayon cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/rustc-rayon cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/serde cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/serde-1 cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/std cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/test_debug cargo check --manifest-path Cargo.toml --no-default-features --features indexmap/test_low_transition_point cargo check --manifest-path Cargo.toml --no-default-features --features libc/align cargo check --manifest-path Cargo.toml --no-default-features --features libc/const-extern-fn cargo check --manifest-path Cargo.toml --no-default-features --features libc/default cargo check --manifest-path Cargo.toml --no-default-features --features libc/extra_traits cargo check --manifest-path Cargo.toml --no-default-features --features libc/rustc-dep-of-std cargo check --manifest-path Cargo.toml --no-default-features --features libc/rustc-std-workspace-core cargo check --manifest-path Cargo.toml --no-default-features --features libc/std cargo check --manifest-path Cargo.toml --no-default-features --features libc/use_std cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/alloc cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/arbitrary_precision cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/default cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/float_roundtrip cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/indexmap cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/preserve_order cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/raw_value cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/std cargo check --manifest-path Cargo.toml --no-default-features --features serde_json/unbounded_depth cargo check --manifest-path Cargo.toml --no-default-features --features slab/default cargo check --manifest-path Cargo.toml --no-default-features --features slab/serde cargo check --manifest-path Cargo.toml --no-default-features --features slab/std cargo check --manifest-path Cargo.toml --no-default-features --features toml_edit/default cargo check --manifest-path Cargo.toml --no-default-features --features toml_edit/easy cargo check --manifest-path Cargo.toml --no-default-features --features toml_edit/perf cargo check --manifest-path Cargo.toml --no-default-features --features toml_edit/serde ``` Co-authored-by: Taiki Endo <[email protected]>
Showing
8 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters