venmo / synx

A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
MIT License
6.08k stars 274 forks source link

Dry run (feature request) #120

Open everlof opened 8 years ago

everlof commented 8 years ago

I love the feature of various git commands, '--dry-run'.

I'd love to have the same argument here, to simply do a dry run. Print structure, files, problems etc, but don't do the actual moving.

If I knew any ruby I'd try, but sadly I don't.

ecnepsnai commented 7 years ago

Agreed, would be super useful with CI if the exit code was 0 for no changes, and 1 if any changes would happen.

gtatgh commented 6 years ago

Agreed, would be super useful with CI if the exit code was 0 for no changes, and 1 if any changes would happen.

Exactly my opinion.