Skip to content

Commit

Permalink
Update Install-CUDiagramPrerequisites.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bateskevin committed Oct 4, 2018
1 parent 3c09bbf commit e86c524
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Functions/Public/Install-CUDiagramPrerequisites.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
function Install-CUDiagramPrerequisites {
<#
.SYNOPSIS
This function installs the prerequisites for PSClassUtils.
.DESCRIPTION
Installation of PSGraph
.EXAMPLE
Istall-CUDiagramPrerequisites
.EXAMPLE
Istall-CUDiagramPrerequisites -proxy "10.10.10.10"
.NOTES
Author: Stephanevg
Version: 2.0
#>

[CmdletBinding()]
param (
[String]$Proxy
Expand Down

0 comments on commit e86c524

Please sign in to comment.