We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6ccfe commit 9c2eb9dCopy full SHA for 9c2eb9d
Cognifide.PowerShell/Commandlets/Session/ImportFunctionCommand.cs
@@ -25,11 +25,11 @@ public class ImportFunctionCommand : BaseShellCommand
25
[ValidateSet("*")]
26
public string Name { get; set; }
27
28
- [Parameter(Mandatory = true)]
+ [Parameter]
29
30
public string Library { get; set; }
31
32
33
34
public string Module { get; set; }
35
0 commit comments