-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13557 - epage:doc, r=weihanglo
fix(doc): Collapse down Generated statuses without --verbose ### What does this PR try to resolve? This is trying to balance - Overwhelming the user with a lot of paths - Clarity to the user that the one path is representative of the rest clap before: ``` Finished dev [unoptimized + debuginfo] target(s) in 3.81s Generated /home/epage/src/personal/clap/target/doc/clap/index.html Generated /home/epage/src/personal/clap/target/doc/stdio_fixture/index.html Generated /home/epage/src/personal/clap/target/doc/clap_bench/index.html Generated /home/epage/src/personal/clap/target/doc/clap_builder/index.html Generated /home/epage/src/personal/clap/target/doc/clap_complete/index.html Generated /home/epage/src/personal/clap/target/doc/clap_complete_fig/index.html Generated /home/epage/src/personal/clap/target/doc/clap_complete_nushell/index.html Generated /home/epage/src/personal/clap/target/doc/clap_derive/index.html Generated /home/epage/src/personal/clap/target/doc/clap_lex/index.html Generated /home/epage/src/personal/clap/target/doc/clap_mangen/index.html ``` clap after: ``` Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s Generated /home/epage/src/personal/clap/target/doc/clap/index.html and 9 other files ``` Fixes #13336 ### How should we test and review this PR? Tests were updated in earlier commits to help show the behavior change ### Additional information
- Loading branch information
Showing
3 changed files
with
71 additions
and
11 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