Closed rofle100lvl closed 3 months ago
The type of path parameter in ScanCommand was changed from String to FilePath, but setter in configuration wasn't, because of that it is impossible to load project via --path argument
Maybe, its good idea to write test on that @ileitch
Absolutely! Some high-level integration tests are needed, but I've not prioritized them yet.
The type of path parameter in ScanCommand was changed from String to FilePath, but setter in configuration wasn't, because of that it is impossible to load project via --path argument