krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

Minor improvements to command line args #116

Closed nhojb closed 6 years ago

nhojb commented 6 years ago
nhojb commented 6 years ago

Logic is unchanged from previously AFAICT. But rather than only processing arguments[1] (first path) the loop will process all paths (relative or absolute). Either way you end up with an array of paths to process - just like you do if you call "findStoryboards" on a directory arg.

krzyzanowskim commented 6 years ago

thanks, looks good. Good job!