nst / objc_dep

Graph the import dependancies in an Objective-C project
1.35k stars 144 forks source link

[FEATURE] --root option to specify dependency graph root #16

Closed sptramer closed 8 years ago

sptramer commented 8 years ago

This adds a small feature to allow specifying a "root" class which must be involved in the dependency chain of output. This helps with graphing and fixing much larger projects where you can't easily --ignore or --exclude elements.