Skip to content

Commit 9c2eb9d

Browse files
committed
oops...
1 parent bd6ccfe commit 9c2eb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cognifide.PowerShell/Commandlets/Session/ImportFunctionCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ public class ImportFunctionCommand : BaseShellCommand
2525
[ValidateSet("*")]
2626
public string Name { get; set; }
2727

28-
[Parameter(Mandatory = true)]
28+
[Parameter]
2929
[ValidateSet("*")]
3030
public string Library { get; set; }
3131

32-
[Parameter(Mandatory = true)]
32+
[Parameter]
3333
[ValidateSet("*")]
3434
public string Module { get; set; }
3535

0 commit comments

Comments
 (0)