You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hpp2plantuml -i "*.h" -i "*.hpp" -i "*/**/*.hpp" -i "*/**/*.h" does seem
to get files from the current folder and subfolders for me. Maybe you
can provide a test case.
h20282 ***@***.***> writes:
Doesn't hpp2plantuml -i "*.hpp" -i "*.h" -i "*.cpp" work?
not work for sub dir
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
For large projects with many files, repeatedly adding them using the -i option (or --input-file) is cumbersome. The current approach looks like this:
To avoid manually listing each file, I end up writing a shell script like this:
PowerShell (Windows):
Shell (Linux):
Why not simplify this by allowing
hpp2plantuml . -suffix "*.cpp,*.hpp,*.h"
to work directlyThe text was updated successfully, but these errors were encountered: