mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 20:50:02 +02:00
Added 'Set-ScrictMode'
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
Set-StrictMode -Version Latest
|
||||
|
||||
try {
|
||||
$StartTime = Get-Date
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
param([String]$Text)
|
||||
|
||||
Set-StrictMode -Version Latest
|
||||
|
||||
function BigA() { param([Int]$Row)
|
||||
switch($Row) {
|
||||
1 { return " __ " }
|
||||
|
Reference in New Issue
Block a user