Created
August 2, 2022 03:23
-
-
Save minsOne/00c0cd68b1328a1d24c215a7b4752553 to your computer and use it in GitHub Desktop.
Tuist unwanted side effects Capture
This file contains hidden or 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
| $ ( tuist generate ) 2>&1 | tee tuist_generate.log | |
| $ cat tuist_generate.log | grep "unwanted side effects" | wc -l | awk '{print $1}' | |
| 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment