cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
939 stars 65 forks source link

[New Output] Support MkDir Output #196

Open cpisciotta opened 7 months ago

cpisciotta commented 7 months ago

What's the uncaptured output?

MkDir /path/to/bundle.bundle (in target 'Target' from project 'Project')
    cd /path/to/swift/package
    /bin/mkdir -p /path/to/bundle.bundle

Suggested Regex

No response

Suggested Output

No response

Additional Context

No response