We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad43f61 commit 0eeb934Copy full SHA for 0eeb934
1 file changed
src/main.zig
@@ -45,7 +45,7 @@ const Args = struct {
45
exclude_repos: ?[]const u8 = null,
46
exclude_langs: ?[]const u8 = null,
47
exclude_private: bool = false,
48
- exclude_inherited: bool = false,
+ exclude_inherited: bool = true,
49
overview_output_file: ?[]const u8 = null,
50
languages_output_file: ?[]const u8 = null,
51
overview_template: ?[]const u8 = null,
0 commit comments