-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
The -i argument accepts a semi-colon delimited list of paths to search for include files, but doesn't appear to recurse or respond to glob patterns. Subfolders appear to require a separate entry in the list. Is it possible to allow the -i argument to resolve subdirectories via a glob, SearchOption.AllDirectories, or a getSubDirs routine that will populate a std::vector (as is already used) with subdirectory paths, possibly based on an additional switch (such as -I = include all subdirectories whereas -i includes only the listed folder) or the like)?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed