Files
gf/cmd
hailaz 51f6b6db86 refactor: remove redundant MainOnly special case logic in generateList()
The previous special case logic that checked 'MainOnly && isModuleRootPackage'
is now redundant since:
1. ShouldInclude() now properly checks MainModuleOnly parameter
2. The filtering logic in ShouldInclude() is more comprehensive
3. Keeping only the central filtering in ShouldInclude() reduces code duplication

The filtering is now consistently applied via ShouldInclude() across all code paths.
2026-01-09 16:18:13 +08:00
..