Skip to content

Commit

Permalink
tools added section comments
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 14, 2024
1 parent 77b9139 commit 728457b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/private/Common-Host.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

Set-StrictMode -Version 3.0

# Script variables section
# ---

Set-Alias NewLine Write-Host -Option ReadOnly -Force

# Functions section
# ---

# Write a Header message to a host
function Write-Header {
[OutputType([void])]
Expand Down

0 comments on commit 728457b

Please sign in to comment.