summaryrefslogtreecommitdiff
path: root/src/run.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename to better reflect what functions/modules doHEADmasterA Farzat10 days1-298/+0
|
* Standardize format in Logger and add Verbose levelA Farzat2026-06-071-1/+1
| | | | | I kind of want verbose level now as I want to know which files got included.
* Rename project_name to project_titleA Farzat2026-06-061-15/+15
|
* Fix duplicate warning messageA Farzat2026-06-061-3/+5
|
* Move run to a separate moduleA Farzat2026-06-061-0/+296
Keeps main.rs for CLI logic only.