glesica / dcdg.dart

Dart Class Diagram Generator
https://pub.dartlang.org/packages/dcdg
Apache License 2.0
157 stars 31 forks source link

Enhancement: Include and exclude multiple paths #60

Open ufrshubham opened 2 years ago

ufrshubham commented 2 years ago

I'd like to have a way to tell dcdg to search into multiple directories and at the same time exclude multiple directories relative to the root directory. My use case is this flame engine's repo

Directories I want to include: lib/src/components/

Directories I want to exclude: lib/src/components/input/ lib/src/components/mixins/

glesica commented 2 years ago

This would essentially extend the --search-path functionality. It's a good idea.