balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

analyze command added #84

Closed notJoon closed 11 months ago

notJoon commented 1 year ago

:star2: What does this PR do?

Implemented the analyze command to scan files for specific path patterns and add TODO annotations. I used a glob to navigate to the file path.

:bug: Recommendations for testing

Currently, it only works if you enclose the file pattern in double quotes, which I think should be changed to a vector so it can be handled later.

:memo: Links to relevant issues or information

31 [Feature] balpan analyze subcommand