Skip to content

Instantly share code, notes, and snippets.

@minsOne
Created August 2, 2022 03:23
Show Gist options
  • Select an option

  • Save minsOne/00c0cd68b1328a1d24c215a7b4752553 to your computer and use it in GitHub Desktop.

Select an option

Save minsOne/00c0cd68b1328a1d24c215a7b4752553 to your computer and use it in GitHub Desktop.
Tuist unwanted side effects Capture
$ ( 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