Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subdirectory Recurse for -i #14

Open
tinygiant98 opened this issue Jun 30, 2020 · 0 comments
Open

Subdirectory Recurse for -i #14

tinygiant98 opened this issue Jun 30, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tinygiant98
Copy link
Contributor

tinygiant98 commented Jun 30, 2020

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)?

@jakkn jakkn added the enhancement New feature or request label Jul 6, 2020
@jakkn jakkn added the help wanted Extra attention is needed label Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants