Types/Turtle/get_Link.ps1
|
<# .SYNOPSIS Gets a Turtle's link .DESCRIPTION Gets a link reference (href) associated with the turtle. If one is present, this will nest the turtle inside of an <a> element .EXAMPLE turtle link https://psturtle.com/ link #> $this.'.link' |