Skip to content

Commit 728457b

Browse files
committed
tools added section comments
1 parent 77b9139 commit 728457b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/private/Common-Host.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
Set-StrictMode -Version 3.0
44

5+
# Script variables section
6+
# ---
7+
58
Set-Alias NewLine Write-Host -Option ReadOnly -Force
69

10+
# Functions section
11+
# ---
12+
713
# Write a Header message to a host
814
function Write-Header {
915
[OutputType([void])]

0 commit comments

Comments
 (0)