Skip to content

Commit a6885fc

Browse files
authored
Merge pull request #52 from LxLeChat/Dev
fix issue #17
2 parents 5c6a700 + a03b0a0 commit a6885fc

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Code/Cmdlets/FindNode.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace FlowChartCore.Cmdlets {
1010
public class FindFlowChartNodes : PSCmdlet
1111
{
1212
[Parameter(
13-
Mandatory = false,
13+
Mandatory = true,
1414
Position = 0,
1515
ValueFromPipeline = false,
1616
ValueFromPipelineByPropertyName = true,
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)