Skip to content

Commit 01ecb8a

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Lucky turtle and random defaults ( Fixes PoshWeb#363, Fixes PoshWeb#366 )
Allowing multiple luckys
1 parent ec8335f commit 01ecb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Turtle.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ return $this
24752475
)
24762476

24772477
$id = $luckyArgs -join '-'
2478-
turtle id $id title $($luckyArgs -join ' ') @luckyArgs
2478+
$this | turtle id $id title $($luckyArgs -join ' ') @luckyArgs
24792479

24802480
</Script>
24812481
</ScriptMethod>

0 commit comments

Comments
 (0)