You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DendroDocs.Tool/Options.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ public class Options
10
10
[Option("project",Required=true,SetName="project",HelpText="The project to analyze.")]
11
11
publicstring?ProjectPath{get;set;}
12
12
13
-
[Option("folder",Required=true,SetName="folder",HelpText="The folder to search for projects, or a glob pattern to match project files.")]
13
+
[Option("folder",Required=true,SetName="folder",HelpText="The folder to search for projects recursively, or a glob pattern to match specific project files (e.g., 'src/**/*.csproj').")]
14
14
publicstring?FolderPath{get;set;}
15
15
16
16
[Option("exclude",Required=false,Separator=',',HelpText="Any projects to exclude from analysis.")]
0 commit comments