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 13570be commit ef567e8Copy full SHA for ef567e8
Transpilers/Keywords/Requires.psx.ps1
@@ -2,7 +2,11 @@
2
.SYNOPSIS
3
requires one or more modules, variables, or types.
4
.DESCRIPTION
5
- Requires will require on or more modules, variables, or types to exist.
+ Requires will require on or more modules, variables, or types to exist.
6
+.EXAMPLE
7
+ requires latest pipescript # will require the latest version of pipescript
8
9
+ requires variable $pid $sid # will error, because there is no $sid
10
#>
11
12
using namespace System.Management.Automation.Language
0 commit comments