Skip to content

Commit

Permalink
tip: Add url to tip
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Sep 30, 2023
1 parent 2cbbfa0 commit 83589e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function Test-ValidateSet {
Test-ValidateSet -Value # Tab complete here to see the dynamic values.
'@
$tip.Urls = @()
$tip.Urls = @(
'https://www.linkedin.com/feed/update/urn:li:activity:7113300637735407618/'
)
$tip.MinPowerShellVersion = '0.0'
$tip.Category = [tiPS.TipCategory]::Syntax # Community, Editor, Module, NativeCmdlet, Performance, Syntax, Terminal, or Other.

0 comments on commit 83589e9

Please sign in to comment.