Open mcallaghan-bsm opened 5 years ago
Docs show https://pypi.org/project/metrics/
metrics **/*
For a project with some hierarchy, its difficult to predict and list all of the sub-directory paths, and even they could change over time.
The only workaround I can see at this time is to run metrics multiple times, (for each dir in the project path) - but this does not give us a summary.
Wondering if I'm missing something here ... but I don't see a way to just run it on "*" with -r recursively.
-r
Docs show https://pypi.org/project/metrics/
metrics **/*
For a project with some hierarchy, its difficult to predict and list all of the sub-directory paths, and even they could change over time.
The only workaround I can see at this time is to run metrics multiple times, (for each dir in the project path) - but this does not give us a summary.
Wondering if I'm missing something here ... but I don't see a way to just run it on "*" with
-r
recursively.