Skip to content

Commit 0eeb934

Browse files
committed
exclude inherited stats by default
1 parent ad43f61 commit 0eeb934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Args = struct {
4545
exclude_repos: ?[]const u8 = null,
4646
exclude_langs: ?[]const u8 = null,
4747
exclude_private: bool = false,
48-
exclude_inherited: bool = false,
48+
exclude_inherited: bool = true,
4949
overview_output_file: ?[]const u8 = null,
5050
languages_output_file: ?[]const u8 = null,
5151
overview_template: ?[]const u8 = null,

0 commit comments

Comments
 (0)