mirror of
https://gitee.com/johng/gf
synced 2026-07-08 06:35:16 +08:00
- Added IsMainModule field to PackageInfo to track main module membership - Updated buildPackageStore() to populate IsMainModule for all packages - Modified ShouldInclude() to check MainModuleOnly parameter - Now correctly filters out packages from submodules when --main-only flag is used The MainModuleOnly parameter was previously defined but never actually used in the filtering logic, making the --main-only flag ineffective.