Types/TerminalTunes.Generator/get_Tune.ps1
if (-not $this.IsSafe()) { return } if ($this.LastParameters) { $lp = $this.LastParameters & $this @lp } else { & $this } |
if (-not $this.IsSafe()) { return } if ($this.LastParameters) { $lp = $this.LastParameters & $this @lp } else { & $this } |