TypeStat
TypeStat copied to clipboard
🛠Cleanup: Remove non-documented / used support for giving file glob from command line
Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest
main
branch of the repository. - [X] I have searched for related issues and found none that matched my issue.
Overview
It seems that there are some remnants of feature that allowed including files from command line. To help for possible refactoring regarding of #1532, I think it's better to remove this code. It's not mentioned in any documents so I think it's safe to remove it.
Additional Info
No response