adrasteian/tools

Difference in Handling of --skipsegs vs. --skipdirs

Closed this issue · 2 comments

Specifying a folder to be skipped using the --skipsegs option causes the whole folder tree to be removed from the graph whereas specifying the same folder using --skipdirs leads to everything under the folder disappearing (but the folder itself remains in the graph).

Behaviour should be the same and configurable (i.e. some additional option to allow the choice of both behaviours.

Default behaviour for --skipsegs and --skipdirs is now the same: folders listed do no appear in the graph. New option --retaintopdirs alters the behaviour of --skipdirs so that folders listed appear in the graph but nothing beneath them.

Closed