File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ def main(
6868 exclude_pattern : Tuple [str , ...],
6969 include_pattern : Tuple [str , ...],
7070 branch : Optional [str ],
71- include_submodules : bool ,
7271 include_gitignored : bool ,
7372 token : Optional [str ],
73+ include_submodules : bool = False ,
7474):
7575 """
7676 Main entry point for the CLI. This function is called when the CLI is run as a script.
@@ -123,9 +123,9 @@ async def _async_main(
123123 exclude_pattern : Tuple [str , ...],
124124 include_pattern : Tuple [str , ...],
125125 branch : Optional [str ],
126- include_submodules : bool ,
127126 include_gitignored : bool ,
128127 token : Optional [str ],
128+ include_submodules : bool = False ,
129129) -> None :
130130 """
131131 Analyze a directory or repository and create a text dump of its contents.
You can’t perform that action at this time.
0 commit comments